
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 …
Wait for a coroutine to finish before moving on with the function …
I was working on making a unit move through a grid in Unity2d. I got the movement to work without problems. I would want the function MovePlayer to wait until the coroutine is finished …
Unity - Apply Post-Processing Effects to all UI Elements
Jul 30, 2017 · I have been learning to use Unity's Post-Processing Effects but I cannot work out how to apply these effects to any UI Elements. I would like to try and add a bloom effect and …
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 …
Change color of text during runtime (Unity)? - Stack Overflow
Apr 28, 2015 · I have a GameObject embedded inside my Canvas that has a " Text (Script) " Component. I wish to alter the color.a attribute during runtime of that element. Does anybody …
Unity - Rotate an object around a point in 2D - Stack Overflow
Jun 28, 2018 · I've been working on a 2D game in Unity and I need to find a way to rotate a sprite around a certain point. I know that for 3D games, Unity has a built in transform.RotateAround() …
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 …
Unity - Checking if the player is grounded not working
Jun 14, 2017 · Unity - Checking if the player is grounded not working Asked 8 years ago Modified 4 years, 6 months ago Viewed 26k times
Unity: Difference between Audio Source, Audio Listener and Audio …
Nov 7, 2018 · I would like to play some sound effects in my Unity project. I looked for a solution on the official website but I could not get the difference between an Audio Source, an Audio …
How can I look through my camera in the Scene view in Unity?
May 18, 2009 · 2 Go to hierarchy bar in Unity Editor Press F Key Double click on object/ main camera To view objects in different angels you can externally apply rotation, transformation …