We are excited to announce a new feature on the Hub: Favorites!
You can now add resources to your favorites, and organize your favorites into collections!
You can check out the details in our official announcement!
Hello everyone!
I want to add a On click-Listener to an UIbutton from my script using the following code:
Atom uiButtonAtom = SuperController.singleton.GetAtomByUid(uiButtonName);
Transform buttonTransform = uiButtonAtom.transform.Find("reParentObject/object/rescaleObject/Canvas/Button")...
Guide how to parent Objects to a Subscene and move them together.
Please note, that this ist not about what subscenes are made for and how they are used.
In this case, its a means to an end.
Instead of the Subscene Atom, you can take any other Atom you want, for example the Empty Atom...