Hello @juanelo_dev
I've wrote my own scripts to translate Inventory and Hotspots, but they aren't very elegant. They are the ones I posted initially, but I paste them here again with some more explanation. For instance, for the hotspots I do someth…
UPDATE:
I wrote this custom action and it seems to work... So I guess if an action is running in background it doesn't count as GameState.CutScene.
Please let me know if it makes sense.
GAME STATE CHECKER CUSTOM ACTION
Thank you Chris.
After many attempts I've found out the issue was with another script I had that was adjusting the ratio... I removed it and AC alone is now handling it perfectly.
Thanks, and what about the first part of my thread... I mean, calling a refresh of the aspect ratio of the Game Camera? Is there a way to call that too just to be sure? Or that is also refreshed with the event OnUpdatePlayableScreenArea?
UPDATE: Ap…
UPDATE:
Apparently the problem is not with the Game Camera, which is correctly working also after loading, but with the various AC Menu UI (they are all Unity Prefabs).
So the AC Menu UIs change properly the aspect ratio if I do from Main Menu Optio…
I get compiling errors:
InputTouchCount and InputTouchPhase are inaccessible due to their protection level.
And "TouchPhase" does not exist.
is it due to my AC version? (see it above)
Uhm, ok, thanks. I will try. Two fingers tap indeed works as a right click on every other circumstance (deselect item, examine hotspots, etc.) but not on examine Inventory, as described on my first post.
But I'll check with Rewired if somehow that's…
Thanks for your reply.
Unity 2021.3.24f1
AC v1.76.1
My inventory is not Drag and Drop but maybe I can change it at runtime when on Mobile platforms. I'll need to do some tests in that sense, but I think I know how to code that.
If the Drag and Dro…
UPDATE
I get the following error:
NullReferenceException: Object reference not set to an instance of an object
AC.SaveSystem.GetNumSlots () (at Assets/AdventureCreator/Scripts/Save system/SaveSystem.cs:1150)
Uhmm...
Hey Chris, I'm getting back after some time to this thread, to finally solve the thing.
So, I've followed the Manual for avoiding entirely AC to save stuff (especially Options/Settings into the registry, for Unity Player Prefs).
And this is what I…
Hello, I'm bringing back this post because I need another customization help for the Crafting part...
Basically, besides the ingredients, I'd like to allow the creation of the recipe only if player has some tools in its inventory. Meaning, every rec…
Thanks! With Object: Send message it works!
So I wondered what was wrong with my custom action (which I copied from the tutorial above), and the issue was in the assignvalue of "objectToAffect" (I simply forgot to paste the very last part …
So, I've tried following that tutorial, but it seems that I need to link the Game Object to the interaction, and if so, then I could have done also an Object - Call Event. But what I need is to use the same single interaction for all the hotspots th…
Thanks, I'll have a look. I'm not using any Save/Load Action, nor SavesList elements.
I meant specifically for settings. I noticed AC is saving PlayerPrefs if I change my sounds slider (even if I'm handling them with my own script, but maybe because…
Well, I've tried creating an invisible image on top of the outside-mask area, that targets the raycast, and if I press right (use) or left (examine) mouse buttons on those items, I cannot trigger their action, so the mask is somehow working this way…
Bringing this back to life after some time...
I'm using Dialogue System and I2 Localization, what is handled by AC for now is just Hotspots Names and Inventory Names (dialogues, menu and UI are all handled either through DS or I2), and I'd prefer ha…