Thanks for the heads-up. What version were you previously using, and did you update Unity at the same time?
The errors just look to be minor warnings related to some of the Demo's assets. I shouldn't expect they'd impact on AC's usage.
Not necessarily - if the autosave process is only invoked once the loading process has completed, it should be fine.
Are you using custom code for this? Share if so, and I can check.
It's because your Animator component has Apply Root Motion checked, which means that the character's motion is tied to their animation.
Adjusting the Walk / Run speed scale values will affect the size of the Animator's MoveSpeed float parameter, bu…
Version 1.85.4:
* Added: Ability to change the cursor icon when hovering over SavesList menu elements
* Changed: "Input: QTE" Actions no longer turn off their "Menu to display" if it was already on to begin with
* Fixed: Compati…
If you uncheck the Speech Manager's Can skip with mouse clicks? option, then dialogue progression will only occur when the "SkipSpeech" input is invoked.
(Quote)
Support for Unity 6.3 was included in AC v1.85.4, released yesterday.
Don't import the Downloads package - the latest version of this is included within AC itself.
If you imported, remove the /AdventureCreator/Downloads/Input sytem folder, and then use the New Game Wizard's "Modify existing" option to impor…
Thanks for the explanation - though I'm on the fence about an official change. There'll likely be instances where such a rotation isn't wanted, and AC as a rule only controls Menu positions so that their rotations can be manually controlled.
A cus…
Unchecking Unfreeze 'pause' menus? ought to keep it Paused, but some Actions won't work correctly while the game is paused.
Being in Cutscene mode shouldn't allow regular gameplay input, however.
Implemented through script, as in - custom scripts?
Certainly the system you've shown in your screenshots is particularly complex, and while the logic looked sound, it would be worth reverting to AC's default Save/Load menus - at least while testin…
What are your AC and Unity versions? The error lines suggest you're using the "Downloads" version of the Input System integration, whereas there's now an official one built-in to AC itself.
I'd recommend uninstalling this one and using t…
I've dug as deep into the files as I can. They're corrupted at the point of saving.
(Quote)
I'm not sure about that. The issue that the fix above was for wasn't widely reported, so I don't believe it's that widespread.
If you're getting reports …
Unity's Profiler is always the best first port of call when it comes to debugging stuttering issues.
Is the NavMesh of this scene comparatively complex? Try swithing your Pathfinding method to A Star 2D, which is better at handling complex NavMesh…
The "ActionList when click" should kick in immediately once it gets clicked - are you closing the Menu as part of this asset?
If you can share screenshots of the ActionList(s) involved, as well as their properties, I'll see if I can spot …
Thanks for the clear details!
The log includes the following error message:
(Quote)
It's not a huge amount to go on, but it does suggest a corruption of save-data.
If there was an issue with the culture/region, you'd probably get a message along …