Tag Archives: missing references

Finding Missing References in Unity

This post shows a short and simple solution for finding missing references in Unity. You can get the code from GitHub. Missing References A missing reference is different from having no reference at all (in which case the inspector shows “None”). These can occur … Continue reading

Posted in Unity | Tagged , , , | 11 Comments