Hello!

I'm following the tutorial 03. Adding the player, but I'm getting this error:
NullReferenceException: Object reference not set to an instance of an object
ORKFramework.ORK.get_GameSettings () (at <73771daf2f564eddb31ba2f4bd496748>:0)
ORKFramework.RaycastHelper.Raycast (UnityEngine.Vector3 origin, UnityEngine.Vector3 direction, ORKFramework.RaycastOutput& output, System.Single distance, UnityEngine.LayerMask layerMask) (at <73771daf2f564eddb31ba2f4bd496748>:0)
ORKFramework.Behaviours.SpawnPoint.SetOnGround () (at <73771daf2f564eddb31ba2f4bd496748>:0)
ORKFramework.Behaviours.SpawnPoint.Start () (at <73771daf2f564eddb31ba2f4bd496748>:0)
What should I do to fix it?

Thank you!

  • Did you add a Game Starter as explained in tutorial #1?

    This'll also only work when starting from the main menu scene. You can also add game starters to your other scenes for quick game testing.
    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.