(Quote)
AC version: 1.81.4
(Quote)
Yes, its an asset.
(Quote)
When the inventory is opened and the game is paused, I have a button that when I press it, it will run the actionlist asset to do some stuff like fade - wait until finish and engine - w…
Is it possible to do it using AC menu? I always prefer to stick with AC.
However, I tried the unity UI approach, the issue is everytime I hide and show the menu element the button becomes Interactable again.
I simply want to navigate through AC do…
When I press down an active input button, for example, to close the "Inventory", and I simultaneously have another button pressed down, such as a menu element button to open a document, they both work at the same time. This happens even if…
Im just curious about the toggle option under Engine - Manage systems
(Quote)
What is the difference between toggling the movement or interactions and disabling it?
Hello,
When pausing using adventure "Pause" the icon doesn't disappear like the original icon and remain active. How can I make it also disappear? I tried adding "KickStarter.stateHandler.IsPaused" But nothing happened.
For the script its working fine now. Thanks Chris.
However, the original Icon still appears when highlighted and then disabled interactions. To recreate the Issue, go to settings, change the "hotspot display icons" to "only when high…
I discovered a bug with this script. When using -Engine-Manage Systems- and turn Interactions to "Disable" the icon still appears. Same thing when pausing using adventure creator menu "Pause" the icon doesn't disappear and remain…
(Quote)
I am in third-person view while leveraging the behavior of first-person control method as a strafing technique. This approach is effective; however, the only issue I encountered is the 'camera snapping' aspect.
No Chris, what I mean is In 'Direct' mode, when the character walks over a trigger that switches to a different camera, the character continues moving in the same direction unless input direction is changed , which is the desired behavior.
However,…
> As the Action only needs to run once, you can simplify it to:public override float Run (){ KickStarter.settingsManager.hotspotDetection = HotspotDetection.MouseOver;}
I set it like this and I got this error:
"ActionChangeHotspotDetect…
Inventory Property with ID 6 not found
-> AC debug logger
UnityEngine.Debug:LogWarning (object,UnityEngine.Object)
AC.ACDebug:LogWarning (object,UnityEngine.Object) (at Assets/AdventureCreator/Scripts/Static/ACDebug.cs:33)
AC.MenuLabel:GetProper…
The Message in full :
Inventory Property with ID 2 not found
-> AC debug logger
UnityEngine.Debug:LogWarning (object,UnityEngine.Object)
AC.ACDebug:LogWarning (object,UnityEngine.Object) (at Assets/AdventureCreator/Scripts/Static/ACDebug.cs:33)…