Version 1.82.3:
* Added: The "Auto-stick to NavMesh?" option for Direct-controlled Players now supports multiple Polygon Collider components attached to the NavMesh
* Changed: The GameCamera Array's target position gizmos are now only sho…
Can you share the full stacktrace of the error you're getting?
(Quote)
This is the approach I'd take. I'll look into the IsValid issue - thanks for the repot - but the robust way would be to have a function that recaulculates all stats from scratc…
As in, use of variables to create puzzle logic?
It's quite a broad topic. For general use of variables when creating puzzles, have a look at the "Puzzle template" package on the Downloads page, which cover how a variety of common puzzle t…
I'm afraid not - at least not automatically. You would need to keep track of these changes via a separate script, and then apply them back to the items upon loading.
A tutorial on saving custom global data can be found here.
Transfer your backup's copy of the Player script (inside /Assets/AdventureCreator/Scripts/Character) to your up-to-date project.
I will look into the issue itself and issue a fix shortly - thanks for the bug report.
The Main menu does not need to be paused for it to be navigable.
If you're navigating it directly - i.e. with a gamepad / keyboard, rather than a mouse - you just need to run the Engine: Manage systems Action to allow for in-game direct-control of …
(Quote)
Recreated, thanks - I'll look into this.
(Quote)
I can't reproduce this. What is your AC version, and does this occur if you switch the GK_Conversation menu's Source to Adventure Creator?
(Quote)
The Player prefab will still be carried over to the new scene by default, regardless of the perspective. After changing the movement method, use a Camera: Switch Action to switch to a separate, stationary camera.
You can prevent the First-…
The Variable action chooses different QTE to run - with each having its own Menu. Is Animator the same, or different for each?
Pause the game when it occurs, and open up the Animator controller of the QTE being shown. What state is active, and do…
Start by creating a Local PopUp variable to keep track of the puzzle's progress. Give it the values:
* Not asked
* Asked (Combine this with above if the Player can give gears before speaking to him)
* Tried gear A
* Given gear B
* Given gear A
He…
There are two main things to factor in:
1) You can override your game's camera perspective on a per-scene basis. The option to do so will appear in the Scene Manager before it is used to organise scene objects. This is because organising the scen…
Thanks for the details.
It's possible to run a Cutscene when hovering over a Hotspot by attaching the Event Runner component to it, and defining a Hotspot: Select event for that Hotspot. You can then assign a Cutscene that will run when that speci…
This thread is a year old, now. I'll need updated information:
* What is your AC version?
* Are you using the same script above?
* Have you made the replacement mentioned above?
* What are the properties of the Menu involved?