Questions tagged [unity3d]
Unity is a cross-platform game engine by Unity Technologies.
69,172
questions
0votes
0answers
6views
Unity Facebook SDK login error on Android when I have installed Facebook Native Apk
I'm using Unity 2020.3.22f1 and Facebook SDK 8.1 When I have installed Facebook Native Apk, I have above error for login facebook. But when I uninstall facebook apk, it's working well. I want to ...
0votes
0answers
10views
Creating an Image marker of a rounded white on black arrow in Vuforia
I have been working on an AR app in Vuforia and have stumbled upon a problem. I'd like to use the following image for tracking (since it's what the device I'd use it on has), but the rating is quite ...
0votes
2answers
15views
UNITY error CS0246: The type or namespace name `MenuItem' could not be found. Are you missing an assembly reference?
For some reason i keep getting a referencing error for: (8,6): error CS0246: The type or namespace name `MenuItem' could not be found. Are you missing an assembly reference? (24,26): error CS0246: The ...
0votes
0answers
10views
Hololens 2 / MRTK / Unity / Asking for permissions programmatically
Is it possible to check if app has permissions and if don't ask for permissions programmatically on Hololens 2? In manifest permissions are already declared by sometimes if you miss the permission ...
0votes
0answers
21views
My player is switching between animations when it is not programed to
When my player is moving, the animation switches between idle and walk when I am holding down D. I played the animation and it looks fine but when I play the transition it starts idle and switches to ...
0votes
1answer
18views
VR: Put item in hand from List
I hope you are doing well. So I am creating a VR with XR game in which I have a list of items as Scriptable Objects. Now I want to put one item in my hand when I press a button but I run into problems ...
0votes
1answer
17views
constrain unity rigidbody to dynamically changing plane
I am making a physics based tank game, I need to keep the tracks (made up of many individual links, each with a Joint and a Rigidbody) on the guide wheels, I don't really know the best way of doing ...
0votes
1answer
22views
disabling gameObjects after seconds using object pooling and coroutines
I'm developing a simple VR shooter in unity, i use object pooling for the bullets (Lasers here) this is the ObjectPool script, here i istantiate a list of bullets in the start() method and disable ...
0votes
0answers
18views
Playfab sdk error with Unity: error CS0246: The type or namespace name `ConcurrentDictionary' could not be found
So apparently i tried to make a project with multiplayer function in it, due to my current window version im using which can only run playFab to support for unity. Once i fnished my steps ( i've done ...
1vote
1answer
13views
Change Button's Object via script
Is there a way to change the object via script? I've got 4 Npcs that they each have the same scripts in but different parent. right now I'm dragging the npc from editor but because of that the button ...
-5votes
0answers
29views
Finding Some Good Unity C# Tutorials [closed]
So I just started unity and I need some unity tutorials to get started any suggestions. Thanks, Firestuff
1vote
2answers
18views
How to stop cinemachine freelook camera rotation
I am working on a third person parkour game with new input system and cinemachine(Freelook). You move with the right joystick and look around using right joystick(Cinemachine Input provider). For ...
0votes
0answers
13views
How to load model from network by Unity WebGL in run time?
How to load model from network by Unity WebGL in run time? Any Code Samples? I already get the bytes array of 'dae' files by UnityWebRequest,But how to load to prefab。 I'm trying to use Resources.Load(...
1vote
1answer
26views
Unity - Callback when a package is removed but before recompile
I'm creating a Unity package I want to give to other people to help with translations. Currently, I only handle the Text component but I would like to handle TMPro too. My idea is to create a ...
0votes
0answers
8views
Legacy id not fetched. What should I do?
https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/GameKit_Guide/Users/Users.html I found a way to get teamPlayerId as ...