You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank you for adding the CesiumCameraManager. We've been manually adding this functionality by maintaining our own fork of the repo, which has been nightmarish. The addition of this component is very welcome to my team (and my sanity), and now we can stop attempting to compile the c++ code every update.
I'd like to request a minor documentation change in the component however. I was under the assumption that this manager was a global manager that I could place with my other singletons and bootstrapped Scriptable-Objects. However when I attempted this, the manager would not function. After some experimentation, I discovered that I had to add it directly to the CesiumGeoreference I was displaying and configure it.
While this problem is now solved for me, it might be a good idea to add a bit more documentation to the summary of the CesiumCameraManager to explain how its used! Something akin to
Manages the set of cameras that are used for Cesium3DTileset culling and level-of-detail.
Attach this component to the Cesium CesiumGeoreference.
I believe this small change would prevent future users from falling into the trap I fell into, believing that the component is broken. Once again, thank you for adding this feature, its a lifesaver!
The text was updated successfully, but these errors were encountered:
First off, thank you for adding the CesiumCameraManager. We've been manually adding this functionality by maintaining our own fork of the repo, which has been nightmarish. The addition of this component is very welcome to my team (and my sanity), and now we can stop attempting to compile the c++ code every update.
I'd like to request a minor documentation change in the component however. I was under the assumption that this manager was a global manager that I could place with my other singletons and bootstrapped Scriptable-Objects. However when I attempted this, the manager would not function. After some experimentation, I discovered that I had to add it directly to the CesiumGeoreference I was displaying and configure it.
While this problem is now solved for me, it might be a good idea to add a bit more documentation to the summary of the CesiumCameraManager to explain how its used! Something akin to
I believe this small change would prevent future users from falling into the trap I fell into, believing that the component is broken. Once again, thank you for adding this feature, its a lifesaver!
The text was updated successfully, but these errors were encountered: