Is there some way to use a custom editor script to edit things in the Framework?
For example I tried the following line as a test:

ORK.Factions.Get(0).changeKill = 0;

This works at runtime.
I can even add new Factions and use getters and setters on them.
But how do I use a script to change stuff in the ORK Editor during edit time?
  • Nevermind.
    It was a completely unrelated error in my code.
  • Just a small addition here - all your changes will be lost without saving the changes (e.g. having the editor opened while doing this and saving through the editor).
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.