
- Is it required to use Unity for Playstation Mobile- Jun 6, 2014 · I'm trying to develop for Playstation Mobile on the PS Vita. I searched for the Playstation Mobile Suite Developer assistant. PSM for Unity is the only items that came up. As … 
- 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 … 
- Newest 'unity-game-engine' Questions - Stack Overflow- In Unity, I have an idea for a simple game where, if a child object collides with an object tagged "wall" and presses the W button, the parent object moves towards the collided object. ... 
- What is a NullReferenceException, and how do I fix it?- I have some code and when it executes, it throws a NullReferenceException, saying: Object reference not set to an instance of an object. What does this mean, and what can I do to fix … 
- import - Unity materials appear broken - Stack Overflow- I've recently imported a Unity project that references .fbx file. When I imported the project (which was created by another user) all surfaces are pink. Having looked at all the materials the fol... 
- unityscript - How to change scenes in Unity - Stack Overflow- How to change scenes in Unity Asked 8 years, 5 months ago Modified 1 year, 1 month ago Viewed 22k times 
- Use Unity API from another Thread or call a function in the main …- Jan 2, 2020 · Unity is not Thread safe, so they decided to make it impossible to call their API from another Thread by adding a mechanism to throw an exception when its API is used from … 
- Unity Scene rotation arrows went missing suddenly- How to enable the one that allows me to rotate the scene during development in unity (Scene Gizmo), which is the one located at the top right of the scene. That one suddenly disappears … 
- 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 … 
- In Unity, how can I pass values from one script to another?- Dec 15, 2012 · 31 In Unity, I want one object to have a falling speed variable that all the other objects can access. For various reasons, I can't use the inbuilt gravity for what I'm trying to do. …