How to allow dotween to start a tween on the same gameobject while one is already running
Stack Overflow » unity3d
by
1w ago
I'm trying to figure out how to make dotweens start and merge while one is already happening. [System.Serializable] public class CameraSettings { public GameObject CameraFollow; public ..read more
Visit website
Stop Props following head movement for Hololens 1 in Unity MRTK
Stack Overflow » unity3d
by
1w ago
I have a test project in MRTK, where I'm trying to figure out basics, I put some props with models on scene and made them grabbable. On play mode in Unity verything looks fine: objects stay on the ..read more
Visit website
What is wrong with my stacking algorithm?
Stack Overflow » unity3d
by
1w ago
My algorithm private void UpdateInventory() { List indexes = new(); for (int x = 0; x ..read more
Visit website
I developed a mobile unity game. but audio not playing on some devices and Bluetooth earphones also
Stack Overflow » unity3d
by
1w ago
I developed a mobile Unity game. However, the audio is not playing on some devices or Bluetooth earphones. I can only play the audio using audiosource.play(). Some devices don't have the issue. It's ..read more
Visit website
What is the problem with this CSharp code (Unity) for highscore counting (the higshscore system is acting like a "normal" score counting system)?
Stack Overflow » unity3d
by
1w ago
I am making a gaming with Unity and I try to add highscore to my game, but the highscore always resets to 0. The highscore acts like an other score counting mechanism. Here is the code: using System ..read more
Visit website
Gamobject boxCollider Not registering my Player Tag
Stack Overflow » unity3d
by
1w ago
I have been working on this small 3rd person open world type project. I implemented such that when my player enters a pickable items box collider (is triggered) I will be able to interact with it. I ..read more
Visit website
I want to get to velocity to zero, but i am getting this error: "setting linear velocity of a kinematic body is not supported" how can i solve?
Stack Overflow » unity3d
by
1w ago
i am trying to get velocity to zero of a gameObject for not to move it but i can't handle it because getting that error on header. is there a any way to get velocity to zero? i have try these methods ..read more
Visit website
How can I tell whether an object is obscured by other objects?
Stack Overflow » unity3d
by
1w ago
I'm trying to detect if an object is visible for the camera on the scene below: The object is behind the wall but my code always returns true (visible). I'm using this code to detect it: bool ..read more
Visit website
Why gRPC client (mobile) cannot connect to the server from mobile operator Orange but can over VPN?
Stack Overflow » unity3d
by
1w ago
Our backend is Azure AKS. Sometimes mobile android clients cannot connect using lib gRPC (C++), but it is often reported by French users using mobile operator Orange. And sometimes it is temporary ..read more
Visit website
Rebind VR (controller) default input controls for custom wheelchair mechanic?
Stack Overflow » unity3d
by
2w ago
I am trying to reconfigure the basic controller inputs for a VR demo I'm making, where the main character is in a wheelchair. I have the XR toolkits installed and have the basic controls working fine ..read more
Visit website

Follow Stack Overflow » unity3d on FeedSpot

Continue with Google
Continue with Apple
OR