No change was made to this aspect recently. Make sure that Gizmos is enabled in the Scene window, that "Hotspots" is checked in the Scene Manager's Visibility panel, and that your Collider component is expanded in the Inspector window.
Such behaviour wouldn't be compatible with other features of the speech system such as audio. However, it is possible with a custom script.
I've added such a script to the AC wiki - you can find it here:
https://adventure-creator.fandom.com/wiki/R…
I need to see your character's full Inspector - and specifically if they are relying on root motion.
Does it work if you temporarily remove their Animator component?
(Quote)
Try raising your Destination accuracy slider in the Settings Manager. Wh…
Temporarily move the script from your Player to an empty GameObject in the scene. Do any related errors or messages appear in the Console as the menu turns on?
Share a screenshot of your Graphic element's properties, and I'll see if I can spot any…
For AC's default movement values, your sprite ought to appear roughly comparable to Brain's sprite when placed in a scene. Brain is roughly 2.5 units tall.
You can increase a sprite's appearance in the scene by reducing its Pixels Per Unit.
Don't copy the code verbatim - you need to replace int id and int newValue with the ID number of the Variable and its new value respectively. It also needs to go above the break; statement.
Since you're already running an AddCoins function for eac…
Is this for a 2D or 3D game, and is your Player character present in the scene file - or spawned in at runtime?
The gravity option is set by the Player's Ignore gravity? option, under the "Physics settings" panel.
If the Player isn't mov…
(Quote)
If you can PM me an updated project with steps to reliably recreate the issue, I can look into it.
(Quote)
If "Overwrite existing file" is set to overwrite the Autosave, but no Autosave exists, it'll create one automatically.
You'll have to move your Engine: Control Timeline Action to an ActionList asset file, so that you can then view it while also keeping Prefab Mode open to select the child object.
Dragging the child from Prefab Mode into the asset-based Action shoul…
I'm afraid the link is giving me a "Video is unplayable" error.
Does your character use Root Motion, and what is the character's Motion control set to (this'll be controlled by the Integration component)? It'll be best to see a screensho…
This script on the AC wiki allows for per-page images when dealing with Documents:
https://adventure-creator.fandom.com/wiki/Adding_images_to_documents_and_journals
Check that the ActionList that contains the speech has its When running field set to Block Gameplay, and that your Conversation menu's Appear type is set to During Conversations.
If this is already the case, share screenshots of your Menu's propert…
I can't see the top of the first Character: Move to point Action in your list - is this moving to the "fem_3" Marker, or a Marker positioned where they should stop moving and play the animation? If the latter, you can check Wait until fin…
A custom script can be used, yes. Any Manager field value can be controlled through script at runtime - just right-click its label to get an API reference to it. In this case, it's:
AC.KickStarter.menuManager.keyboardControlWhenDialogOptions
As in, it appears in-game when in Play mode, but not when editing the prefab?
Clear the rotation values of the root object, "Chicken Player", to (0,0,0).
If it doesn't show after that, check the zoom level by pressing Shift+F in the Scen…
The position and Sort Order values are the main things to check - the latter being in the "Sprite Renderer" component, not the order of the skeleton objects in the Hierarchy.
Something else to try is to keep the Scene and Game windows ope…