Azure Remote Rendering
An Azure service that renders high-quality, interactive three-dimensional content and streams it to edge devices in real time.
33 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, Is there a way to get the center point of the ARR model rendered in unity?
Hi @RammmN ,
You could use Entity.QueryWorldBoundsAsync and take the center of the returned AABB. Does that solve your problem?
Cheers,
Christopher