Replies: 1 comment 1 reply
-
Responding to the points you raised:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When creating prefab out of UIBlock with ScreenOverlay, as I want to use this prefab in the rest of the UI widgets, for some reason, there are several critical issues with it
the UI does not fit into screen size, as it does not have camera, even if width / height is set to 1980x1020

for some reason, when using or placing this prefab into scene, and in the scene camera is rotated and aligned (as the project is RTS) then even this prefab will break and also align to scene camera, not sure how its possible, as prefabs have no reference on scene objects

I did not apply this override or anything, it just happens automatically when placing prefab with UIBlock into scene.
Beta Was this translation helpful? Give feedback.
All reactions