10-06-2019, 08:39 AM
(This post was last modified: 10-06-2019, 08:39 AM by josemendez.)
(08-06-2019, 08:21 AM)NKNKNK Wrote: http://obi.virtualmethodstudio.com/forum...hp?tid=833
I have same problem.
But, Restarting Unity and Windows OS does not solve the problem.
-Version
Windows10
Android build
Unity 2019.1.0f2
Thank you for your cooperation.
Hi,
Unity's "Camera" class does define onPreCull, main, and all other symbols the compiler is complaining about. Make sure you haven't redefined "Camera" in the global namespace (i.e, make sure you do not have another class named "Camera" that might be confusing the compiler).