Hi Chris, would this element be in the original Save menu? Alongside the save savelist? Plus, could you deep dive into the below more for me?
'an Integer parameter that you can then auto-set to the clicked Save slot. You can then use this parameter…
Thanks Chris, which Save script can I edit/adapt to add a 'delete save' function to my Save List? Adding to the options of 'save. load, import'? It would be great for the player to have the option to delete a save easily from the pre saved.
Thanks Chris, which Save script can I edit/adapt to add a 'delete save' function to my Save LIst? Adding to the options of 'save. load, import'? Thanks
Hi Chris, I tried that too. Still won't turn the Hotspot off. See video here:
https://www.dropbox.com/scl/fi/g5kfwrzlqbowv6ldljja4/HotSpotNotDisabling.mov?rlkey=5krwflpldv4bc7wb8hbn11ccn&st=g4o6kthz&dl=0
I want to disable the entire hotspot on Player when he enters the trigger, I have tried running the action list outside of the trigger and the hotspot is still active, tried disabling change interaction too and it doesn't work. Any tips?
Screensh…
And this will still work with a prefab generated player? By opening the in scene action list, opening player prefab and dropping in the hotspot to a hotspot disable action? Currently it is not disabling it.
Hi, yes in relation to Double Clicking option, so my hotspot does use a single click interface, I have a trapdoor that when locked, is 'use' interaction enabled, and when unlocked is just 'exit' enabled. Is it so therefore, that I should have two ho…
and my xboxsavehandler:
#if UNITY_GDKusing System;using System.Collections;using System.Collections.Generic;using System.Text;using UnityEngine;using Unity.XGamingRuntime;using AC;namespace WoolleyMountain{ public class XboxSaveFileHandler : iSa…
this is my xboxoptionshandler:
#if UNITY_GDK using System; using System.Collections.Generic; using System.Text; using UnityEngine; using AC; using HR = Unity.XGamingRuntime.HR; namespace WoolleyMountain { public c…
AC Menu Type
Unity Version: 2022.3.51f1
I am asking ai to help me write more concise responses, rather than my haphazard replys. We had this working months back, then I had to switch to PS5 to fix a bug and do an update. Then I switched back and ha…
Hi Chris,
We’re running into an issue with options not persisting on Xbox using a custom iOptionsFileHandler implementation in Adventure Creator v1.79.3. We’re integrating with the Xbox GDK GameSave API, which loads options data asynchronously from…
Hi Chris,
Thanks again for continuing to look into this with us.
You're right to suggest placing a Debug.Log inside MultiSceneChecker.Awake() — that’s a good next step, and we’ll test that specifically to see if it gets called on Xbox. Since stand…
Thanks Chris — that’s super helpful.
Just to clarify, the LoadOptionsAsync method I mentioned was part of our own custom implementation using Xbox Game Save. But I now realize that because Options.LoadPrefs() is triggered early via KickStarter.Init…
Hi Chris,
We’ve followed your advice and updated the Options.OptionsFileHandler fallback logic to return our custom Xbox handler by default on GDK builds. We also assign it manually via script at runtime just to be safe. Saving works (logs confirm …
Hi, please check out video here, I think we did something to a script to make inventory items recognise Player, but in this instance I need the hotspot to over ride Player
https://www.dropbox.com/scl/fi/xm9a7xm433hx9fjzz2311/HotspotOrder.mov?rlkey=…