Avoid using the Engine: Manage systems here - disabling the Cursor there only refers to AC's control over the cursor.
Also, the Player: Constrain Action's Cursor lock field will lock the cursor if it is set to True - this should be set to False whe…
Unity's NavMesh baking is now component-based - it's a case of using the NavMesh Surface component.
A text tutorial on this can be found here, but essentially:
* Import the AI Navigation package from the Package Manager
* Add the NavMesh Surface c…
Expand the StateHandler.Update foldout - StateHandler itself isn't the source, just the starting point of AC's main update loop. What is the full Hierarchy?
Is this to say that removing the Variable: Set Action causes the Global variable's value to remain constant?
There should be no such indirect link between variable. What's your AC version, and what are the properties of the Global Varaible? I can…
This is a more general Unity topic, but if your Menu uses Unity UI, you can add a Raw Image component that has its Texture field set to a Render Texture. Assign this Render Texture to a Camera in the scene that points at a character in 3D space, an…
The Resolution dropdown values selected in your screenshot are generated at runtime - they cannot be translated.
The other values - Quality, Antialiasing, Texture Quality and VSync, do get translated - but require the latest release.
If you import…
The cursor's visibility is handled by the scene logic, so you'll need to re-disable it upon switching scene.
The easiest way to do this is to rely on a Global Boolean variable (e.g. "Lock cursor") that you can refer to when starting a sce…
Renaming, as in adding "_Editor" to the filenames?
If Use '_Editor' prefix for Editor save files? is checked in the Settings Manager, then the Editor will have its own saves that use this name-change. However, the Profile data (which rec…
Yes, it does seem that Sprites do default to Multiple mode which can be confusing.
This is Unity's built-in behaviour, however, and not something AC can control.
What is your AC version, and can you share a screenshot your Subtitles Menu's properties?
If Duplicate for each line? is checked, see if unchecking it makes a difference.
The Save button will hide itself while the game is in Cutscene mode, because saving itself isn't possible during this time.
The AC Status box will also list any currently-running ActionLists that cause it to be in Cutscene mode.