Hi.
I suppose the answer should be yes but I am having trouble with building my project which uses Runtime NavMesh Building Components I downloaded the link below.
The project runs without any issue on Unity editor’s player but when I try to build the project, I receive some errors.
They are mainly two errors below.
I suppose I receive them because I use kind of beta version of components but I do not know why it runs fine on the editor even though they are missing TestTools and NUnit.
Can anyone please advice me how I can build .exe in this situation, please?
Thanks!
[Edit]
Now I got it working. Deleting all scripts which gave me the errors then now it can be built into an exe.
But I still do not understand why it could be played even though some scripts have errors of missing namespace reference?