About 368,000 results
Open links in new tab
  1. Unity 3d: Prevent Rigidbody from Falling Over - Stack Overflow

    Aug 17, 2015 · Unity 3d: Prevent Rigidbody from Falling Over Asked 10 years, 2 months ago Modified 4 years, 10 months ago Viewed 14k times

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

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

  4. How to change text by script in Unity - Stack Overflow

    May 6, 2021 · Here in Unity, you have a component-oriented design. Text and Button are just Components of GameObject entities. Most parts of your game scripts are also Components …

  5. c# - How to repeat function while button is held down (New unity …

    Jan 21, 2020 · Trying to repeat the function function OnAttack() continuously while a button is being held down. Basically I'm looking for an equivalent to Update() { GetKeyDown() {//code }} …

  6. How to change canvas' size in unity3d - Stack Overflow

    Sep 25, 2018 · So may be my question should be how to change the screen size showed in editor? To change the screen size, go to the Game window (accessed by the menu "Window …

  7. c# - Unity socket connection failed - Stack Overflow

    Unity socket connection failed [duplicate] Asked 8 years, 11 months ago Modified 8 years, 4 months ago Viewed 3k times

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

  9. Add an image to object in Unity editor - Stack Overflow

    Jun 12, 2016 · How do I add an image to an empty object? Which component should I add? I've tried adding an "Image" component but I can't figure out what to do afterwards.

  10. unityscript - How can i stop unity from script? - Stack Overflow

    Feb 28, 2015 · I need to close unity from my scripts. As if I clicked on the stop-button in GUI. Can i do this directly from code, or not? I know, how i can close a scene, but need to close all …