Hi Chris, do I have this right? It all seems to work, but sometimes I need to click another save button to delete the save? See video here:
https://www.dropbox.com/scl/fi/buapt7dqdlllx46rdhrtu/DeleteSaves.mov?rlkey=pg2nuqx1l4nyn1553irkcf44j&st=…
This way is nice, a delete button is dark until you click on a filled save, then the delete button becomes lit up to use, you click delete and the save deletes becoming empty slot again.
https://www.dropbox.com/scl/fi/icxpir6j2iibpjfaq83t8/Delete-S…
So, ideally the saves list has a delete saves button, which when pressed changes 'new save' text on the save list to 'delete save', then they can click and it will delete the save. See screenshots:
https://www.dropbox.com/scl/fi/w2oyvykxmjvxbsek1kp…
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…