And the full changelog:
Upgrade notes
* The SaveSystem and iSaveFileHandler scripts now use callbacks for their GatherSaves and GatherImportFiles functions
* The Walk and Run AudioClip fields have been removed from the Player and NPC components - …
What's the exact icon you're trying to show? The Hotspot's Use interaction icon?
Try adding a Highlight component to the Hotspot, and assign it in its Inspector.
It might be a case of setting the Control Type to Button, but to know for sure if this is an issue with Input System or not - do you have an issue with the legacy Input Manager?
Gamepad keys are mapped with the naming convention "joystick button 0", "joystick button 1" etc. I'm not sure which exactly relates to A/B, as it'll depend on the controller involved - the newer Input System is more natural at t…
Thanks for the details.
The issue looks to be that you're using Input System - the name for Unity's new way of handling input - while the legacy Input Manager system is the default used by AC.
The Input Manager can be accessed from the top toolbar…
Thanks for the details.
Is there any difference if you uncheck Auto-set Orthographic size to fit?, and - failing that - unassign the background constraint?
If not, enable the AC Status box at the bottom of the Settings Manager. This will show a d…
If you set up your character's Animator to play an animation through transitions, then the "regular" animations of idle/walk etc won't resume until the Animator can transition back to them.
Are such movements little scripted sequences? I…
Can you share a little more detail about the exact behaviour involved, as well as screenshots of your Speech Manager?
Is this to say that such scrolling would be sped up while the input is held? Rather than invoking SkipSpeech, it may be a case of…
When you say the hotspots don't show up - do you mean they aren't being selected / can't be interacted with, or just that the icon doesn't show?
Your screenshots show two methods of showing an icon - one in the Settings Manager's "Hotspot"…
Yes, should be doable. You'd need to make sure your Menu is on at the time, and use a simple custom script to have the speech ignore the timescale, but once done it will play while paused.
It's certainly a viable approach - though as such changes wouldn't be recorded in save-game files, you'd need to run the same code when loading a save file (most easily done by hooking into the OnFinishLoading custom event).
Alternatively, you coul…
I wouldn't call the way you're handling it a fudge - as you're dealing with separate scenes, it wouldn't be possible to directly-assign a PlayerStart in the Action field.
It's likely that the process can be simplified, however. If you run the Acti…
Welcome to the communitym @TongucBodur.
When using Keyboard Or Controller input, interactions are handled with inputs named "InteractionA" and "InteractionB". Are these defined in the Input Manager, and mapped to your keyboard …
How zoomed in is the camera? As the GameCamera has a sprite background constraint assigned, it will not be able to move beyond this boundary. If the camera is zoomed out such that the whole background is visible, it won't have room to move.
Other…
Welcome to the community, @MisterL.
The way the demo managers work has changed since the tutorial was created - apologies for the confusuion.
With the newer release, the Demo game's Managers are assigned automatically (and temporarily) when the De…