Hi,
I am new to Hololens and Unity development. Is it possible to store positions for unity objects (e.g. a cube) in a database (e.g. mysql)? I want to manage these positions in a database and assign additional information to objects. Positions in the real world for unity objects are saved with WorldAnchors if I understood correctly. But a WorldAnchor does not have a position like x, y, z coordinates.
All in all I am very confused how to archive this, or if it's even possible in general.
Kind regards!