-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add traffic control ui #17
feat: add traffic control ui #17
Conversation
Camera output is overlapping the UI. Currently, this can be adjusted by scaling it or disabling it through the inspector. However, ideally, the camera output should be drawn behind the UI elements. To achieve this, I need to modify the rendering process to ensure the camera output is drawn in the correct order. Additionally, if there were multiple cameras, they could potentially obstruct the view on the screen. I'll create a separate issue for this later on. |
This is how it looks at the moment: |
Thanks for the updates, looks promising 🍀 Could you create an issue and a PR to put the Camera panels behind the Main Menu canvas? |
b19f0ff
to
ca96dbc
Compare
Signed-off-by: Alptuğ Cırıt <[email protected]>
ca96dbc
to
656daed
Compare
Signed-off-by: Alptuğ Cırıt <[email protected]>
Issue:
With this addition the traffic manager can be partially controlled from the Main Menu (esc).