About 519,000 results
Open links in new tab
  1. Unity: Conflict between new InputSystem and old EventSystem

    Nov 26, 2020 · You probably tried to import a new input system package for multiple input devices compatibility. These type of errors are due to conflict between old and new input system packages and are probably resolved in latest updates. To resolve this issue, Go to Edit -> Project Settings -> Player ->Under Other Settings under Configuration is the option Active Input Handling. Select Both. Unity will ...

  2. unity game engine - Accessing a variable from another script C

    I have even read everything in unity website but I still can’t do it. I know how to access another object but not another variable. This is the situation : I’m in script B and I want to access the variable X from script A. The variable X is boolean. Can you help me ? Btw i need to update X ’s value costantly in script B , how do I do that ?

  3. Unity - how to make material double sided - Stack Overflow

    Search for the issue gives a number of solutions, but they don't work for some reason in mine Unity3D 5.4. Like camera inside a sphere I do not see cull and/or sides in material in Unity editor. ...

  4. How to make the script wait/sleep in a simple way in unity

    In Unity when exiting Play mode and returning to Edit mode you can make use of EditorApplication.playModeStateChanged specifically PlayModeStateChange.EnteredEditMode and/or PlayModeStateChange.ExitingPlayMode at which point you can Cancel your tasks. I plonk all this in my class EditorWatcher...

  5. How To Play Animation Through Script? - Unity - Stack Overflow

    Jun 2, 2020 · How To Play Animation Through Script? - Unity Asked 5 years, 1 month ago Modified 5 years, 1 month ago Viewed 54k times

  6. download - Unity: Editor application Install failed: Unity Hub does …

    Nov 8, 2022 · I have tried repeatedly without success to install a late version of Unity (2021.3.13f1 and 2021.3.12f1) from Unity Hub 3.3.0 on my MacBook Pro 16 (running macOS Monterey version 12.6). Consistentl...

  7. c# - Scale GameObject in Unity - Stack Overflow

    Aug 31, 2016 · How can I increase / decrease the size of objects in Unity? Example: public GameObject sprite; public float scale = 2.0f; void ScaleResolution() { sprite = sprite*scale; //epic string! }

  8. Can't open a project in unity, because it keeps loading infinitely

    Reinstalling Unity and Unity Hub are just desperation steps. Opening a project doesn't modify either installation and if it was corrupted in some way it's unlikely everything but loading your specific project would work.

  9. No android device found in unity - Stack Overflow

    Apr 24, 2016 · Thank you! I had a similar problem via TCPIP - in my case adb from the command line was connected but unity (2019.4.18f1) on PC couldn't find the device and in fact every time I refreshed the devices in UNITY it disconnected the TCP adb connection. Used your suggestion and switched from the UNITY built-in adb to android studios adb and it worked!

  10. How to jump in Unity 3d? - Stack Overflow

    Oct 14, 2019 · How to jump in Unity 3d? Asked 5 years, 9 months ago Modified 8 months ago Viewed 79k times