About 115,000 results
Open links in new tab
  1. In Unity (C#), why am I getting a NullReferenceException and how do I ...

    Jun 16, 2020 · That should cover the most frequent Unity-specific causes. If that still isn't fixing your issue, Unity's own page on NullReferenceException, and for C# generally, there's a more in-depth …

  2. NullReferenceException in Unity - Game Development Stack Exchange

    Feb 2, 2017 · While the "NullReferenceException" is, indeed, a general programming question, here, the question covers specifically the exception in Unity : where can it be encountered in Unity …

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

  4. Что такое NullReferenceException, и как мне исправить код?

    Добавил важный каноничный ответ с английского SO What is a NullReferenceException and how do I fix it?. Теперь можно закрывать большинство вопросов про NRE как дубль, а не ковыряться с …

  5. c# - Unity - Why is my Singleton throwing a NullReferenceException …

    Aug 27, 2024 · 1 I am facing an issue with a NullReferenceException in my code. I've created a LevelManager script to manage the different scenes of my game. Inside this file ScoreKeeper object …

  6. c# - Null Reference Exception Unity 2d - Stack Overflow

    Apr 14, 2020 · Null Reference Exception Unity 2d [duplicate] Asked 5 years, 8 months ago Modified 5 years, 5 months ago Viewed 667 times

  7. NullReferenceException problem in Unity when object is not null

    Sep 27, 2019 · "NullReferenceException problem in Unity when object is not null" -- the idea that you might get NullReferenceException when the reference is not in fact null is just nonsensical. The null …

  8. I am getting a NullReferenceException with unity collisions

    May 16, 2022 · I am getting a NullReferenceException with unity collisions [duplicate] Asked 3 years, 7 months ago Modified 3 years, 7 months ago Viewed 685 times

  9. Unity -- Referencia a objeto no establecida como instancia de un objeto

    Jul 4, 2021 · Tengo problemas con este código en Unity, porqué me aparece estos errores y no se como manejarlo y necesito ayuda. **1. NullReferenceException: Object reference not set to an …

  10. Unity: Null Reference when Applying Prefab - Stack Overflow

    This is not asking simply "What is a Null Reference". I'm fully aware of a null reference (as I said I've used Unity for many years now). This question is in regards to a specific case of null references, …