Unable to resolve Luna.Unity namespace
This could be due to if you are trying to using the Unity Playworks Plugin API from within another namespace, then the IDE cannot resolve / find the Unity Playworks Plugin 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)