edited February 2014 in ORK Support
This is an error I am getting, Everything is still playable but I cant seem to remove this error.

NullReferenceException: Object reference not set to an instance of an object
ORKFramework.Behaviours.BaseInteraction.OnEnable ()
ORKFramework.Behaviours.BaseInteraction.Update ()

What does this mean: "Object reference not set to an instance of an object" ?

My scene only has a Spawn Point and Event component.

Thanks!
Post edited by gamingislove on


  • The error means that you try accessing something that isn't yet initialized or instantiated ...

    This particular error comes when you start your game without a game starter, e.g. by starting right in the scene you're currently working on.

    Check out this how-to on quick game testing to solve that.
    When you're not using this method, you'll have to go through the main menu scene (with a game starter) to initialize ORK properly.
    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.