Building DLL in Rider for Unity
Hi everyone. I'm trying to follow this https://github.com/nievesj/UnityLogger/blob/master/README.md and build the project to create a DLL for Unity. However, every UnityEngine reference cannot be resolved, and I'm lost on how to get past it. Appreciate any ideas.
JR
Please sign in to leave a comment.
Hello, JRC ,
Rider cannot resolve UnityEngine symbols because of the incorrect path in the project file, please see line 40 in UnityLogger.csproj. It currently contains a relative path to the UnityEngine.dll that starts from the project root. Please supply a path to the UnityEngine.dll location in your system in the HintPath property I linked above.