For the first method: I've seen that there's an issue with the HTML formatting of the tutorial's script - though it doesn't match the error you're getting.
I've corrected the tutorial's formatting, so copy/pasting again should solve that particular…
The Scene Manager's OnVarChange will only run if using the provided Actions - as it will only run once the ActionList has ended.
If you're affecting a variable value through script, you can hook into the OnVariableChange custom event, which will ru…
It was - I can import it onto a separate machine.
It may be a cache issue - try visiting the Downloads page in another browser or in private/incognito mode.
You can use Actions to set another asset's parameters, but not within the Inventory Manager - you would need to have set the Use interaction to a separate ActionList that uses the ActionList: Run Action to run the custom ActionList, setting the para…
I apologise for your frustration. I believe I've recreated the issue, and looks to be due to UCC forcing the exit of the current state upon teleporting, which occurs when the Player is placed at their default PlayerStart.
I have updated the integr…
Regarding the arrow - could you share a screenshot showing the behaviour you're getting, along with a mockup of what you're looking for?
For the positioning issue, Menus set to position "Above Speaking Character" will use the character's …
If you haven't seen it already, check out the Speech Bubble UI template over on the Downloads page - that should give you a better starting point to work from.
Here's an example script that replaces the need for Integer/Float variables for Gems and Energy with String variables (named "Gems" and "Energy" respectively:
using System;using UnityEngine;using AC;public static class Encrypted…
No - the manner in which the next Action is run should not be a factor.
I'm not clear on the exact behaviour you're referring to - can you provide steps to recreate the issue?
(Quote)
The ability to move the camera when the cursor is unlocked is optional in the Atlas character's Inspector.
(Quote)
To be clear: this is a case of being able to shoot / select weapons only - not movement?
Thanks. Would you be able to PM me your game's Managers?
The errors concern your Hotspot/Inventory menus. If they make use of Unity UI, I'll also need their respective Linked Canvas Prefabs.
Apologies for the frustration.
The "Missing (Text)" fields are expected, as Unity cannot expose field references to objects nested within a prefab. Once the object is removed from the scene, it will not be able to show the linked Text ob…
You could consider the use of encryption and have your "Gems" variable be an encrypted string based off an integer value.
There's many techniques to do so, so you'd need to look for one that works for you - but essentially you could try:
…
(Quote)
Try this. Open up StateHandler, and look for the line:
KickStarter.sceneChanger.OnInitPersistentEngine ();
Immediately above, copy/paste:
KickStarter.playerMenus.gameObject.SendMessage ("CreateEventSystem");
Then open up Playe…
At what point does the error show? Is it possible to have it appear reliably without using version control so that I might be able to see it on my end?
Is that the full message? There should be more to it.
I'll attempt a recreation - thanks for the report. However, it's not recommended to use an alpha version of Unity, as it may contain issues as it is still under development.