Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Importing Error by Obi Soft
#1
http://obi.virtualmethodstudio.com/forum...hp?tid=833

I have same problem.
But, Restarting Unity and Windows OS does not solve the problem.

[Image: byi9jfG.png]

-Version
Windows10 
Android build
Unity 2019.1.0f2

Thank you for your cooperation.
Reply
#2
(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.

[Image: byi9jfG.png]

-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).
Reply