Skip to main content
Filter by
Sorted by
Tagged with
-5 votes
0 answers
35 views

So I'm trying to render a picture of a bomb in unity. On the scene tab it looks like it's supposed to, but when i run the game/open the game tab it looks ugly and pixelated. scene tab Game tab I tried ...
jsd0bjefj9bheb's user avatar
0 votes
0 answers
51 views

For two days now, I've been having a rather strange problem. The MonoBehaviour class isn't recognized by VS Code, with the following error: Error while loading [...]: Exception thrown: System....
Alexander's user avatar
0 votes
0 answers
52 views

I recently started working on a Unity mobile game (Android). I upload my builds to Google Play Console for testing and share the test link with my testers. They can install the app from the Play Store ...
Hsy9's user avatar
  • 1
-7 votes
0 answers
74 views

using UnityEngine; public class PlayerLocomotion : MonoBehaviour { PlayerManager playerManager; AnimatorManager animatorManager; InputManager inputManager; Vector3 ...
Michael's user avatar
-3 votes
0 answers
74 views

How do you handle this typically? My Main Camera is in default position at my players head. My SniperScope Camera is positioned either at the end of the scope lens or at the guns muzzle, which I got ...
dangoqut132's user avatar
Advice
0 votes
2 replies
44 views

I am currently working on AI Behaviour in a Beat-Em-Up game in Unity for my beat-em-up project, I am currently using my own statemachine system (with states that don't inherit from monobehaviour) to ...
Grantlbart's user avatar
-1 votes
0 answers
25 views

In my Unity Project when my game runs my world item prefab initiates sprites that don't show on my inventory display only the canvas that can't be seen on screen and it doesn't spawn any collectable ...
Duane Cooper's user avatar
Advice
1 vote
1 replies
48 views

I'm fiddling around with a 2D side-scroll game using C# in Unity. Basically, I have a method that gets called when I hit an animation trigger on the animator and that method instantiates a GameObject (...
NobleRuckus's user avatar
-1 votes
1 answer
36 views

I'm encountering a serialization error when building a Unity project for UWP and running it in Visual Studio: A scripted object probably BlankScene has a different serialization layout when loading (...
Gabriel Alabi's user avatar
0 votes
0 answers
50 views

I actually make a game about a space explorer but i've enconter a problem. When my player hit the ground (or when he spawn on the surface) he slide on the back of the planet. How can i actually make ...
Matheo Besson's user avatar
0 votes
0 answers
39 views

I’m working on an AR project in Unity 2022.3 using Vuforia Engine 11.3.4 and AR Foundation 5.2.0. When I try to build or play in the editor, I get the following compile error: Library\PackageCache\com....
noura selmi's user avatar
Advice
1 vote
0 replies
71 views

I am doing a 3D game using a Unity, and I need my NPC can communicate with the players with voice I want my NPC can speak with a voice that response is generated by the LLM, so the response will ...
Alden Ling's user avatar
0 votes
0 answers
63 views

I created a square GameObject named "Target" and added a Box Collider 2D component. Then I wrote the following C# script: using UnityEngine; public class ClickToDestroy : MonoBehaviour { ...
Neely Lee's user avatar
0 votes
1 answer
96 views

I'm currently struggling to understand why the crouch mechanic isn't working all that well in unity. I would be grateful to anyone who can help me understand why this code doesn't work and how can I ...
Daniel Leon's user avatar
2 votes
0 answers
68 views

I’m currently developing a Full Motion Video (FMV) game which, by its nature, contains a very large number of video and audio clips. I’ve encountered a critical issue that only appears in the built ...
İsmail Seçkin's user avatar
2 votes
1 answer
71 views

When I open my Unity scripts in Visual Studio 2022, I am greeted with this error: I tried deleting all .csproj files before opening in VS and also tried reinstalling VS and Unity. The file being ...
JSB's user avatar
  • 49
0 votes
0 answers
39 views

I have a Unity package that creates a iOS widget extension with its own Bundle Identifier. Everything builds and runs correctly when I build locally from Xcode, but when I try to build using Unity ...
sapir1126's user avatar
0 votes
0 answers
113 views

Using Il2CppDumper, I have dumped my files and am perusing the methods and their arguments using dnSpy. Some methods take string arguments like this one: [Token(Token = "0x6000338")] [...
Garren Fitzenreiter's user avatar
0 votes
0 answers
34 views

I work on a small android project that uses the unity-clases.jar generated by Unity. Some (not all) of the files/classes in the .jar can't be resolved when compiling the android project and I don't ...
jptsetung's user avatar
  • 9,189
0 votes
1 answer
99 views

I created this code in Unity to only move the object in my scene if the threshold is exceeded, but it does not set my tracking object, and continues to snap to it. My tracking object was a rigid body ...
Bryce Robinson's user avatar
0 votes
1 answer
75 views

I'm trying to test the free trial version of VLC for Unity, the package was downloaded here https://videolabs.io/store/unity/ I imported the downloaded "vlc-unity-trial-v6.unitypackage" in ...
jptsetung's user avatar
  • 9,189
1 vote
0 answers
48 views

when using gravity, it's working fine the camera is following smooth. when gravity is disabled, the camera is stuttering. and i tried in the Rigidbody to set the Interpolate property to Interpolate ...
Daniel Lip's user avatar
  • 11.5k
0 votes
1 answer
50 views

I wanted to study using ECS for a new project. But after I imported them using the git urls provided by the official site, i ran into some error messages: here are the packages i have: I have ...
Oak橡木's user avatar
1 vote
1 answer
89 views

How can I make it so that the player cannot move, even through physics, in one direction? I tried this option: using UnityEngine; using UnityEngine.InputSystem; public class Player: MonoBehaviour { ...
PinBIb's user avatar
  • 21
0 votes
0 answers
43 views

I work on my project on both Mac and Windows. Some editor headers were written in Visual Studio on Windows in Chinese, and were encoded in GBK(default I guess). However they don't show properly on mac ...
ArtS's user avatar
  • 2,022

1
2 3 4 5
1540