Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Just bought asset | Errors on import
#3
(08-05-2018, 12:05 PM)josemendez Wrote: 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,

This doesn't fix my issues on import. I've tested 5.6 and 2018.1.6 with projects and if I imported Obi Rope I get numerous compile errors.


EDIT: Looks like I needed to move the Obi folder into the plugins folder so it wouldn't conflict with other packages. I had tried deleting other packages to test it which for some reason did not work.
Reply


Messages In This Thread
RE: Just bought asset | Errors on import - by CameronHall - 24-07-2018, 04:00 PM