Atom preset does not save the objet location

Babell99

Member
Messages
87
Reactions
25
Points
18
Hi guys,

I am trying to do something really simple.

I have a CustomUnityObjects plate on a table at a specific position (x,y,z)

When clicking a UIButton, I want the plate to move to a new location on the table.

I tried to create a preset for the new plate location and call it within the UIButton with ReceiverAtom:"Plate", Receiver:"Preset" and ReceiverTarget"LoadPresetWithPath" but it seems that the location is not saved within the preset. Seems like preset location is saved for the character "Pose preset" but it is not the case with objects.

What is the UIButton trigger call I most use to change the location of a CustomUnityObject?

Thanks
 
Maybe you can realize your idea with subscenes.
Here is a guide on how to use subscenes.
 
Maybe you can realize your idea with subscenes.
Here is a guide on how to use subscenes.

Thanks for the answer. That thing made me optimize everything as well as fixing my issue! I owe you one!
 
Last edited:
Back
Top Bottom