Is there an event or something to listen for ORK framework initialization complete?
I didn't find anything helpful in the API documentation...
  • Not an event, but you can check ORK.Initialized to see if ORK is initialized.
    This property returns true once ORK has completed initialization.
    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!
  • Got it, thanks.
    What kind of code can I use to initialize the Framework instead of add a ORK Gamer Stater?
  • Best just check out the ORK Game Starter code for that. However, you need the project asset in any case, or you can't initialize the data ... so, it's basically back to having a component with a reference to the project asset anyway :D
    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!
  • I'll try it. Thank you!
Sign In or Register to comment.