Hello!I continue my CUI journey and am attempting to overlay icons on my
typescript buttons by using absolute position and zIndex. I've run into
an issue where the icon blocks the button functionality and would like
to know if it's possible to set an...
Hi,Running into an issue where my Spatial CUI hides spawned assets when
user enters the interface. The spawns appear only after I disengage the
interface. This occurs only in the desktop editor. In vr the spawned in
assets appear as normal.Is this no...
Hello!I'm editing a script in which my UI buttons should send an event
with parameter to a target object containing a codeblock script.
Everything is setup and will print to the debug log but I'm having an
issue constructing the send event code:type ...
Thanks for the reply.I've attempted to change the stack order in the
script so that the buttons came before the icons but the image/icon
still blocks the button. The zIndex controls the sorting/layer order but
the icons are still on top of the TS but...