Zenject icon indicating copy to clipboard operation
Zenject copied to clipboard

The referenced script on this Behaviour (Game Object '<null>') is missing!

Open lvgrecords opened this issue 3 years ago • 0 comments

Describe the bug I'm using some validation on project. And one of them is found issue with examples

To Reproduce validation code is

foreach (var path in UnityEditor.AssetDatabase.GetAllAssetPaths())
{
    UnityEditor.AssetDatabase.GetMainAssetTypeAtPath(path);
}

Screenshots image

Extenject and Unity info (please complete the following information):

  • Zenject version: https://github.com/svermeulen/Extenject.git?path=/UnityProject/Assets/Plugins/Zenject#9.2.0
  • Unity version: 2020.3

lvgrecords avatar Mar 29 '21 09:03 lvgrecords