As this is a visual issue, any screenshots you can share will help clarify the situation.
What are your AC/Unity versions, also?
Leave your InventoryBox element set to display "Icon Only" - if you set it to Text, it'll show the text for …
On the topic of placing crafted objects in the scene:
If you assign a "Linked prefab" in an Item's properties panel, which represents how it appears in the scene, you can then use the Inventory: Scene Item Action to spawn a particular ins…
In what way exactly are your Player prefabs referencing the lists, and is the Settings Manager's Reference Player prefabs with Addressables? checked or unchecked?
You may want to try testing the latest release, but if the "Gather text" pr…
Welcome to the community, @3DMethods.
An InventoryBox set to "Display Selected" will only show a single item - the one currently selected, so it won't show anything by default.
This thread is over 10 years old now, and much has changed. …
SpawnAllPlayers will only spawn in Players that are configured to be in the current scene.
When you have multiple Players defined in the Settings Manager, you can click their respective cog icons to edit their Start Data, including which scene they…
It'll be added automatically when running the Character Wizard to create a Player for a First-person game.
To do so manually, you can add it from the Inspector's Add Component menu via Adventure Creator -> Camera -> First-person camera.
What speech, specifically, is ignored?
Are other lines within the same lists gathered, or are all lines within a given list ignored?
Please share as much detail as you can, including your AC/Unity version numbers.
(Quote)
The Cycle element has a …
Make your method public, attach it to an empty GameObject in the scene, and then make that object a prefab, and remove from the scene.
You can then use AC's Object: Call event Action to reference that method via the prefab.
Welcome to the community, @STEVONATRON.
No apologies necessary - thanks for reaching out, this is a common trip up with Unity newcomers.
This occurrs when there is a difference between your project's way of defining input, and AC's way of reading …
If you have a Player listed in the Settings Manager, the prefab will always be spawned. To avoid seeing the Player, you have these options:
* Place a PlayerStart off-screen
* Move the MainCamera off to the side
* Attach the Player component to an …
Are you clicking inside the Game tab to "return" to it?
Is there a pattern regarding when it works vs when it doesn't, i.e. a particular scene or state the game is in?
Was this previously working with an older AC version, but the same Un…
Writing to the properties of a Render Feature can be tricky and does require scripting - a thread on this topic can be found here.
The exact code would depend on your feature, and the properties you wish to change, but that's outside AC. If you ha…
The solution here is to use a Sorting Group, which allows you to build a hierarchy of sprites that can be sorted relative to one another individually, while treated as a single sprite when sorted with sprites outside of that group.
Essentially: att…