I have updated the package with a fix for the click issue. I cannot recreate the toggle issue, however.
(Quote)
Conversely, placing your GameEngine into the example scene stops it from working?
(Quote)
I may have recreated this, I will look into it further.
(Quote)
The script line references the "PlayerSubs" label element in the GK_Conversation menu. Does this still exist, or was it renamed/removed?
Add a RectTransform as a child of your Canvas, set to always span the screen, and then add your top/bottom borders as children.
Assign this as your RectTransform boundary, and then attach the Auto-correct UI dimensions component to the root to upda…
(Quote)
Try implementing a custom override for InputGetFreeAimDelegate with something like the following:
if (_cursorIsLocked){ return new Vector2 (InputGetAxis ("CursorHorizontal") * scaleFactor, InputGetAxis ("CursorVertical&quo…
You could record the current scene index as an Integer variable, and then use it to override the Scene: Switch Action as a parameter, but I wonder if this could also be done with Player-switching.
Essentially: create a Player named e.g Player_B, an…
As-is, you'd want to split up your Run function so that it separates the turn on/off/end operations into separate blocks, e.g.:
if (!isRunning){ // Turn menus on}else if (shouldTurnOff){ // Turn menus off}else if (areMenusOff){ isRunning =…
Is that to say it works correctly when no tags are used in the speech text?
If so, what is some example text inside the speech Action that causes an issue?
(Quote)
Beside the use of frame 0 as a closed mouth shape, the default set is really more of a convenience to help you make use of it more quickly. You're free to make any changes to non-zero frames as necessary.
(Quote)
Adding more frames can cer…
Can you share images of your Inventory menu, and the top of your Menu Manager?
It sounds like the menu is under direct-control. If the menu pauses the game, this will be the case if Directly-navigate Menus when paused? is checked. Otherwise, the …
If the item you place down is unique (i.e. one instance per scene), then you can attach a Marker as a child to that item's prefab, as well as a Constant ID component with Retain in prefab? checked. That will assign it an ID value that's consistent …
Let's stick with the updated package, if that's the one working best.
I've updated it once more to automatically recalculate stats if any of the "offset" variables are affected, so you shouldn't have to re-open the menu to see their effec…
Is that a behaviour onle seen with Splines?
Try lowering the Settings Manager's Destination accuracy slider - this value determines how close is "close enough".
What's the context? Is this for a 2D/3D game, and is it only during a specific moment?
In 2D, you can use the Character: Change rendering Action to temporarily force the character to face a given direction.
In script, SetMoveDirectionAsBackward w…
I would need to be able to recreate the original issue on my end - clicking options while lines play - but i have not yet been able to do so.
I have updated the package's script file with a fix for the pause/unpause issue.
(Quote)
It's possible - through script - to have e.g. the "Lie off" option turn on automatically if all of the "Lie" options are off.
With the number of options you have, though, it'd still be a big task to configure such a comp…
(Quote)
That'll be down to your Animator, and/or the prefab's Hierarchy. AC is only controlling the parameter values, and the cursor's position. Anything else is controlled by the Animator.
(Quote)
Set your Animator's "Update mode" to &…
Welcome to the community, @LacusMortis.
Indeed - URP has it's own light settings that would need to be adjusted to look correct after switching pipeline.
However, a separate URP version of the tutorial assets is available to download - no need to …