edited August 2017 in ORK Support
Hello,
after upgrade Ork to full version, my save game is not working anymore.
I have this error massage:
NullReferenceException: Object reference not set to an instance of an object
ORKFramework.SaveGameChoice.ShowQuestion ()
ORKFramework.SaveGameChoice.ChoiceSelected (Int32 index, ORKFramework.GUIBox origin)
ORKFramework.DialogueContent.OkPressed ()
ORKFramework.DialogueContent.Tick ()
ORKFramework.GUIBox.Tick (Single t)
ORKFramework.GUIHandler.Tick (Single t)
ORKFramework.GUIHandler.Tick ()
ORKFramework.ORKCore.FireTick ()
ORKFramework.ORKHandler.Update ()

Save is not working on demo project that was in asset file too of full version from asset store.
It is only working when i use "demo version" of Ork framework.

It is happening when I click on "Empty" slot.
I cannot load old save files too. Unity shows the same error.

Before upgrade i had version 2.11.2 now I have 2.12.0.
I see that save dialog boxes are different on both versions.

Please help.
Post edited by Seph on
  • Check the save/load game menu settings in Menus > Save Game Menus. Might be that the update to ORK 2.12.0 changed something that's not set up in your project. Either disable showing the save/load questions or set them up correctly.
    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!
  • edited August 2017
    Ok, will check it one more time, but as I said "fresh" demo from asset store is not working too.

    What I have done:
    Create fresh Unity project-> downloaded Ork Framework from store(full version) -> install demo from folder -> check save/load

    And I get the same error.

    EDIT:

    Ok, some of Menus options ware reset.
    Now, I have one small problems, info looks like this:
    Image and video hosting by TinyPic
    Image and video hosting by TinyPic


    I fixed a problem with small item window:
    Inventory > Inventory Settings was broken too.

    Post edited by Seph on
Sign In or Register to comment.