edited July 2014 in ORK Support
I get this message after putting a spawn point and scene changer in a new scene. Don't know what it means. I reimported the latest ORK Framework and still a problem. Any help is welcome. I have no problem with the Spawn Points and Scene Changers in scenes I created before the latest Unity update. This is Mac OSX.

No ORK Project Asset found!
UnityEngine.Debug:LogWarning(Object)
ORKFramework.DataHandler:LoadProject(ORKProjectAsset)
ORKFramework.DataHandler:LoadData()
ORKFramework.ORKCore:Initialize(ORKProjectAsset, Type[])
ORKFramework.ORK:Init(ORKProjectAsset)
ORKFramework.ORK:.ctor(ORKProjectAsset)
ORKFramework.ORK:Instance()
ORKFramework.ORK:get_Game()
ORKFramework.VariableCondition:CheckVariables()
ORKFramework.Behaviours.BaseConditionComponent:CheckVariables()
ORKFramework.Behaviours.BaseConditionComponent:CheckConditions()
ORKFramework.Behaviours.BaseConditionComponent:CheckAutoDestroy()
ORKFramework.Behaviours.BaseInteraction:Start()


and

NullReferenceException: Object reference not set to an instance of an object
ORKFramework.DataHandler.get_Item (System.Type type)
ORKFramework.ORK.get_GameSettings ()
ORKFramework.ORK.Init (.ORKProjectAsset project)
ORKFramework.ORK..ctor (.ORKProjectAsset project)
ORKFramework.ORK.Instance ()
ORKFramework.ORK.get_Game ()
ORKFramework.VariableCondition.CheckVariables ()
ORKFramework.Behaviours.BaseConditionComponent.CheckVariables ()
ORKFramework.Behaviours.BaseConditionComponent.CheckConditions ()
ORKFramework.Behaviours.BaseConditionComponent.CheckAutoDestroy ()
ORKFramework.Behaviours.BaseInteraction.Start ()
Post edited by Catacomber on
  • I exited out of Unity after saving the Project and now everything seems to be OK. Don't understand why that happened.
  • Strange ... well, the 2nd one is a result of the 1st :)

    If you get the "No ORK Project Asset found!" message, check if the ORKProject.asset is located at Assets/ORK Framework/ and if the script is missing ...
    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.