Description: I am currently working on a project in Unity where I utilize the Dotween plugin to smoothly visualize a continuous trajectory on the Earth’s surface based on latitude and longitude data received at a 50ms interval. The challenge arises when enabling the Cesium dynamic camera, as the Unity world coordinate origin undergoes constant changes during camera movements. I am seeking clarification on whether there might be a conflict between the Dotween plugin, which relies on Unity world coordinates, and the dynamic camera in Cesium.
Questions:
- Does the dynamic movement of the Cesium camera introduce conflicts with the Dotween plugin’s functionality, specifically in managing smooth trajectory visualization based on Unity world coordinates?
- Are there any recommended practices or considerations to address potential conflicts when using Dotween alongside the Cesium dynamic camera for continuous trajectory animation?
Note: I am looking for insights on how to effectively combine Dotween’s capabilities with the dynamic camera in Cesium, considering the dynamic changes in Unity world coordinates during camera movements. Any advice or alternative approaches would be highly appreciated.