Search found 14 matches
- Thu Jun 15, 2023 3:23 am
- Forum: Quest Machine
- Topic: Don't Destroy On Load / Possible Instance Issue
- Replies: 7
- Views: 1202
Re: Don't Destroy On Load / Possible Instance Issue
The second option worked for me. Thank you for your help!
- Tue Jun 13, 2023 9:42 pm
- Forum: Quest Machine
- Topic: Don't Destroy On Load / Possible Instance Issue
- Replies: 7
- Views: 1202
Re: Don't Destroy On Load / Possible Instance Issue
Hi, The Quest Alert UI is on the player. It's just parented to the in game HUD UI on the player rather than the Pause Menu UI on the player where Quest Machine is. I guess I could try parenting it to the Quest Machine game object. It's just helpful to have it where it is for organization and sorting...
- Tue Jun 13, 2023 6:45 pm
- Forum: Quest Machine
- Topic: Don't Destroy On Load / Possible Instance Issue
- Replies: 7
- Views: 1202
Re: Don't Destroy On Load / Possible Instance Issue
I tried using the SaveSystem calls and I'm still seeing the error. I was using SaveSlot(0) before, but I updated it based on the page and link you sent. Here is some more information: -I'm getting a Message System exception sending error that's attached -the second image shows the Quest Machine, Que...
- Mon Jun 12, 2023 3:02 pm
- Forum: Quest Machine
- Topic: Don't Destroy On Load / Possible Instance Issue
- Replies: 7
- Views: 1202
Don't Destroy On Load / Possible Instance Issue
Hi, I'm having an issue where I can pickup and update quests when I get the quest from the scene I start in, but when I load a new scene I'm not able to see the quest update show up in the Quest Alert / Update box on the UI. I think it might be a multiple instance issue or issue with the Don't Destr...
- Sun Mar 13, 2022 2:38 pm
- Forum: Quest Machine
- Topic: Journal UI Suddenly Not Opening, With Errors
- Replies: 3
- Views: 785
Re: Journal UI Suddenly Not Opening, With Errors
I figured it out. I had a SaveSystem component on a trigger to call SaveToGameSlot() OnTriggerExit of the trigger. Not sure why that caused the missing reference exception. I guess I'll try writing my own script to call SaveToSlot(). I'm just trying to save the quest after the player gets it and lea...
- Sun Mar 13, 2022 2:19 pm
- Forum: Quest Machine
- Topic: Journal UI Suddenly Not Opening, With Errors
- Replies: 3
- Views: 785
Re: Journal UI Suddenly Not Opening, With Errors
The controller and journal opening is working fine in other scenes. I'm not sure why it is giving me this error just in this one scene. Because the game is a rogue-like I can even die and come back to the scene it wasn't working in and it will work so it's just not working when I start in my home ba...
- Sun Mar 13, 2022 1:44 pm
- Forum: Quest Machine
- Topic: Journal UI Suddenly Not Opening, With Errors
- Replies: 3
- Views: 785
Journal UI Suddenly Not Opening, With Errors
Hey, I had my journal UI setup and working for about 2 weeks and after trying to arrange some things it's suddenly stopped opening. I don't think I changed anything that should have caused it to no longer open. I'm getting a Missing Reference Exception Error, but I have the journal referenced in com...
- Fri Mar 04, 2022 11:04 am
- Forum: Quest Machine
- Topic: How To Save
- Replies: 10
- Views: 1332
Re: How To Save
Thank you! I was able to get saving going, at least for now, using the DiskBasedStorer, AutoSaveLoad, SaveSystem.SaveToSlot and SaveSystem.LoadFromSlot.
- Wed Mar 02, 2022 6:54 pm
- Forum: Quest Machine
- Topic: How To Save
- Replies: 10
- Views: 1332
Re: How To Save
When I looked at the demo scene the Save and Load buttons were calling Save and Load functions in one of the scripts and that was how it seemed like the demo saved things so I thought I would need to call some save methods myself in order to save things. Since I have Easy Save I thought I would try ...
- Wed Mar 02, 2022 2:32 pm
- Forum: Quest Machine
- Topic: How To Save
- Replies: 10
- Views: 1332
Re: How To Save
Do you know what I am supposed to pass in for the savedGameData parameter when calling StoreSavedGameData?