ssannandeji / Zenject-2019

Dependency Injection Framework for Unity3D
MIT License
2.53k stars 366 forks source link

NullReferenceException in the MonoKernel.Start () #669

Open VadymIgnatiev opened 4 years ago

VadymIgnatiev commented 4 years ago

Hello,

I have the next issue NullReferenceException: Object reference not set to an instance of an object Zenject.MonoKernel.Initialize () (at Assets/Plugins/Zenject/Source/Runtime/Kernels/MonoKernel.cs:38) Zenject.MonoKernel.Start () (at Assets/Plugins/Zenject/Source/Runtime/Kernels/MonoKernel.cs:29)

I suppose, that this issue happened after importing this project https://github.com/Mervill/Unity3D-NLua

So can you give advice, how to solve this?