mcpiroman / UnityNativeTool

Allows to unload native plugins in Unity3d editor
MIT License
184 stars 19 forks source link

Set Script executionOrder in .meta #21

Closed rogerbarton closed 4 years ago

rogerbarton commented 4 years ago

This prevents most people from having to set the execution order of events in the setup (Edit > Project Settings > Script Execution Order).

mcpiroman commented 4 years ago

That's neat, although I'd still mention this in readme, just in case someone has script with order -200000 and that script calls a dll.

rogerbarton commented 4 years ago

Yes makes sense