Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Just bought asset | Errors on import
#2
(08-05-2018, 03:34 AM)VirtualCucumber Wrote: https://i.gyazo.com/53c88285de4a7838df5f...bcc868.png

Im sure its a simple fix since its a really small project I imported it to.

Hi,

What unity version are you using? These methods override Unity's Editor class methods, which afaik do exist and can be overridden.

Edit: unless of course, you declared your own Editor type (class, struct, whatever) in the global namespace, and it is clashing with Unity's own. Just rename it or move it to its own namespace if that's the case.

cheers,
Reply


Messages In This Thread
RE: Just bought asset | Errors on import - by josemendez - 08-05-2018, 12:05 PM