• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

parent atom

  1. bot1789

    Coding question: pressing UI button, connected to a Parent atom, from code

    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")...
  2. Move Objects together

    Guides Move Objects together 2024-03-25

    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...
Back
Top Bottom