Skip to main content

Unable to resolve Luna.Unity namespace

This could be due to if you are trying to using the Luna API from within another namespace, then the IDE cannot resolve / find the Luna functions.

Possible solution:

  • At the top of the script add the 'using Luna.Unity' directive and remove the 'Luna.Unity' part of any function call. (Example of this below)

images-small