About 358,000 results
Open links in new tab
  1. How to make an enum-like Unity inspector drop-down menu from …

    I'm making a Unity C# script that is meant to be used by other people as a character dialog tool to write out conversations between multiple game characters. I have a DialogueElement class and …

  2. How to pass data (and references) between scenes in Unity

    Unity will always destroy its Object even if they are declared with the static keyword. See #2 for a workaround. 2.Use the DontDestroyOnLoad function. You only need to use this if the data to …

  3. 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 I …

  4. 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 …

  5. Sending http requests in C# with Unity - Stack Overflow

    How can I send HTTP GET and POST requests in C# with Unity? What I want is: send json data in post request (I use Unity serializer, so no need in new one, I just want to pass a string in post …

  6. Unity - Apply Post-Processing Effects to all UI Elements

    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 some colour …

  7. Unity Git - Ignore Library - Stack Overflow

    Sep 25, 2015 · We have been trying to setup Git with Unity past two days on our project between Mac and Pc. We got it kinda working, but we still have issues with the metadata and conflicts in …

  8. Omnisharp error about dotnet version - Unity - Stack Overflow

    May 27, 2022 · If you still need Unity or .NET Framework support, you can set omnisharp.useModernNet to false in your VS Code settings and restart OmniSharp. Changing …

  9. What is a Vector2 and Vector3 in Unity? - Stack Overflow

    Feb 1, 2019 · Title says it all. I see them used in movement scripts often, if that helps. What is a Vector2 and a Vector3, the Unity docs are a bit hard to follow for new people.

  10. Unity - converting a Quaternion to a Vector3 - Stack Overflow

    Unity - converting a Quaternion to a Vector3 Asked 5 years, 3 months ago Modified 5 years, 3 months ago Viewed 18k times