Importing Error by Obi Soft - Printable Version +- Obi Official Forum (https://obi.virtualmethodstudio.com/forum) +-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html) +--- Forum: Obi Softbody (https://obi.virtualmethodstudio.com/forum/forum-12.html) +--- Thread: Importing Error by Obi Soft (/thread-1220.html) |
Importing Error by Obi Soft - NKNKNK - 08-06-2019 http://obi.virtualmethodstudio.com/forum/showthread.php?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. RE: Importing Error by Obi Soft - josemendez - 10-06-2019 (08-06-2019, 08:21 AM)NKNKNK Wrote: http://obi.virtualmethodstudio.com/forum/showthread.php?tid=833 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). |