Thank you. In the end I opted for Bool instead of the Trigger, because whenever I clicked, the Trigger "loaded" and the next Boredom animation was immediately skipped.
It did not sync with the timer animation. In the end, I modified your script with the help of AI to this, and it seems to work. The timer is an absolute value, the movement of the clock in the animation is supposed to be smooth (not a step per secon…
I am having several issues implementing this.
First, i am getting an error with the script: Cannot implicitly convert type 'AC.Timer' to 'float'
using UnityEngine;public class SyncQTETime : MonoBehaviour{ void Update() { float time = …
(Quote)
Thank you. I will also be using this in other events, not necessarily QT as described in the manual. They will depend on a custom timer created in the Timer Editor.
How can I get the remaining time of such a custom timer?
I found the cause. It happens when I enter the Main menu and exit back to the game again. The animation reacts differently than the timer (animation is back on the same frame it was before entering the menu, but the timer moves to the next value), a…
So i consulted with ChatGPT, and came to this conclusion:
The original script ran in Update() — but Unity’s Animator also runs every frame and often modifies transform properties like localScale after Update() but before rendering.
So what happene…
Thanks, Chris. But for some reason, it doesn't work, and after running, the fields are empty.
However, I came up with a different solution. I made a child copy of every sprite with a mask interaction set. Then, I just turn on/off the sprite rendere…
The problem is that i want the same arm to be Visible Outside Mask during one animation and have interaction set to None during another. And I cannot figure out how to make the change during gameplay.
I did. My mistake; I thought it didn't work when, in fact, I had the Hotspot I was testing at Z position: -10, which made the child with the animation hidden. It does work well now!
Could you please help me? I cannot script. I tried to generate something in chat GPT, but surely it is a mess. I tried the script to be automatic for all the hotspots in the scene (so that I wouldn't have to attach it to each hotspot manually).
usi…
Also, I am using the SUC_FrameFlip script to flip my character's Left/Right animations. Sometimes i turn it On and sometimes Off (within a single scene). But the current state of it is not saved either. Is there a way to solve this?
Thank you, I will dig deep into the Timeline. I tried the Character Hold object some time ago, but it is not ideal, especially when you want them to hold the object in a specific manner.
In the meantime, I realized I could split the animations handl…
Thank you. Is there a way I can circumvent this somehow in the meantime? I tried adding a Sprite renderer instead of a Sorting Group, but as expected, it didn't work.
It is for a 2D sprite unity complex animation. The way the player interacts with the environment is that the objects (let's say a Can of tuna) are in the scene and also part of the rig. When the player wants to pick up the Can, I align the object in…
Unity 2022.3.9f1, AC 1.81.2.
This is the part of the OnStart cutscene. Later there is the same Action changing the order to 5:
(Image)
This is the Player prefab hierarchy:
Here are components of the Player root
(Image)
Here are components of…
They don't, the new game does not begin, as this action never gets executed.
However, I found out what the problem was - I had the 'Unfreeze pause menu' unchecked in the properties of this AL.