Skip to main content

Cant find Luna namespace Luna.Unity.LifeCycle gives error of cannot resolve symbol Luna

images-small

This could be due to having the Luna namespace defined in other scripts in your project. If so this will cause a conflict as the Luna namespace needs to be reserved for the Luna engine.

Possible solution:

  • Refactor your Luna namespace scripts to something else such as MyGameLuna. Once the refactor has been done, remove the Luna plugin from your Package Manager in Unity and re-install.