Hi Chris,
That it works for keyboard suggests the issue may be on the Input System side, as it means AC is correctly reading the received input. Are you testing with the arrow keys, or WASD?
Both.
If you created a pair of new scenes to test the tr…
When you say the character does not move at all, is this at all, only after a scene transition, or only when inside a specific scene?
Only after a scene transition. When the scene transitions, it starts with the character standing rather than walkin…
Update:
I managed to tweak your script (with the help of AI) so that it can adjust the brightness, and it worked. I can confirm that the brightness slider is now working 100%. I appreciate your help, Chris.
I’ll place the updated script here in cas…
Thank you for the explanation, Chris. I replaced your script with my BrightnessController script and removed BrightnessSlider. I also updated the slider so it now controls the option-linked variable, and it seems to be working—when I adjust the Brig…
Thank you for the detailed explanation, Chris. I just have a couple of questions about how to integrate the new script.
Where exactly should I attach it? Should it go in my first scene, or is it meant to completely replace both of my existing scrip…
Hi Chris,
I have an update regarding this issue. After conducting additional testing, I discovered that when using the keyboard, the character continues moving into the next scene but does not run. However, when using the controller, the character d…
Hi Chris,
What are your AC/Unity versions?
Unity 6000.2.7f2 and AC 1.82.1
What platform are you saving to?
Linux
Is this occurring in the Editor, or in builds?
I've tested the Linux build, but I haven't tested the editor version yet. I'll check i…
The same issue occurred with my previous project, which was released in 2020. I believe the setup of my game may have caused this problem. If you don't mind investigating the issue, you already have access to my source code, which you can use to rep…
Yes, player needs to interact with the hotspot to trigger the Scene: Switch Action.
Does it interrupt the Player's movement by doing so?
Yes
Check to see if this occurs with a Trigger as well.
Yes, it occurs even when I use Triggers.
I'm using Unity 6000.2.7f2 and AC 1.82.1.
Yes, it's still occur even when I use a single Scene: Switch Action, and change its running property to Run In Background.
I use a 2d hotspot and the action is Scene: Switch with fade out to switch my scene…
Thank you for getting back to me, Chris.
Your project can have multiple Resources folders - create a new one and move the audio files there.
Done
You're testing in the game's original (English) language, I take it? And the Speech volume level in t…
Is your AudioSource assigned in the Player component's "Speech AudioSource" field?
Yes. https://prnt.sc/lTkGzm1p8t7q
For the lines for which you've assigned audio, select them in the Speech Manager and check that the path/filename matches…