About 51 results
Open links in new tab
  1. 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 this error?

  2. Unity UI text not displayed? - Stack Overflow

    Unity UI text not displayed? Asked 5 years, 9 months ago Modified 9 months ago Viewed 36k times

  3. unity game engine - Get text from Input field in Unity3D with C# ...

    Feb 2, 2015 · I'm trying to get a text inside an inputField in Unity3D with C#. I've placed an inputField in my editor, renamed and tagged in: Username_field. My question is: How i can get the text inside the

  4. databricks - Unity Catalog - External location ... - Stack Overflow

    Dec 27, 2022 · I'am trying to setup connection between Databricks and Azure data lake storage gen2 using Unity Catalog External Locations feature. Assumptions: Adls is behind private endpoint …

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

    There are many ways to wait in Unity. They are really simple but I think it's worth covering most ways to do it: 1.With a coroutine and WaitForSeconds. This is by far the simplest way. Put all the code that …

  6. Detect Mouse Wheel Scrolling Input with Unity`s new Input System

    Mar 9, 2021 · I'm currently trying to detect the mouse wheel scrolling input for my 2D Game I am currently doing in the Unity Engine. I'm using the new Input System and I'm currently stuck with the …

  7. Disabling a Script attached to a game object in Unity C#

    Feb 29, 2016 · Disabling a Script attached to a game object in Unity C# Ask Question Asked 10 years ago Modified 6 years, 10 months ago

  8. Where is Microsoft.Practices.Unity package? - Stack Overflow

    Since then I have been googling to get some usable information about that where this package is. The articles, question around it are old, deals with 2.x version. There is no such package in Nuget. I have …

  9. Resizing orthographic camera in Unity - Stack Overflow

    Jan 11, 2015 · I am working on a project in Unity 2D and I am new. I don't know how to resize the camera so it doesn't have a perfect square shape. I want a rectangular camera, how do I do it?

  10. Change the speed of animation at runtime in unity c#

    Sep 16, 2016 · I want to change the speed of animation to my desired speed during runtime of a program. I have an c# script and animator controller attached to the game object. The default speed …