Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compile failure with Obi Rope
#4
Hello,

I started individually importing each DLL, asset and script in my project into the fresh project with Obi Rope imported first until I found the source of the problem. I think this might have been suggested if I had been able to wait for the next reply.

Coincidentally and perhaps ironically, this is not a problem with Obi Rope but actually a problem with one of the competing assets in the asset store, WYSWYG rope editor, which is the current rope solution in my project. They made a couple of really poor decisions, first not using a new namespace for their asset and second naming one of their scripts EventHandler.

This problem is the result.

The solution I chose is to edit the five scripts in WYSWYG rope editor to use their own namespace and the problem went away.

The problem could also probably be solved within Obi Rope by replacing EventHandler declarations to specify System.EventHandler, which is probably not necessary but totally worthwhile as it could improve perceived initial quality for other users in the future.

Jon
Reply


Messages In This Thread
Compile failure with Obi Rope - by jonworks - 15-01-2018, 03:53 AM
RE: Compile failure with Obi Rope - by josemendez - 15-01-2018, 09:16 AM
RE: Compile failure with Obi Rope - by jonworks - 15-01-2018, 05:48 PM
RE: Compile failure with Obi Rope - by jonworks - 17-01-2018, 10:39 PM
RE: Compile failure with Obi Rope - by josemendez - 18-01-2018, 09:43 AM