Hi, I need to develop an app in which any 3D character can walk in real environment(Previously i have done this using Mataio SDK which is not available now) in Unity3D. Is there any way it tracks 3D environment on runtime? As i dont want to record the environment it should detect the environment automatically. Thanks.
A
Alexandru Florea
said
almost 7 years ago
Hi,
Unfortunately, you need to record a map of the environment before you can track it. The recording doesn't need to happen before you build the application, it can be done right before use.
Farazkhalidsiddiqui