Skip to content

Version 1.569

Compare
Choose a tag to compare
@LogicalError LogicalError released this 14 Feb 10:27
· 14 commits to master since this release
7521cd7
Fix SceneView UI layout issues with 2021.2+ (#330)

* Fix SceneView UI layout issues with 2021.2+
* implement fixes suggested by @andreiagmu, clean up UI

this implements fixes suggested by @andreiagmu and removes the sliders in the generator popups, in favor of `[<] [>]` buttons, which removes the bugginess of unity sliders in the scene view.

* removed redundant/unused imports or braces, fixed compilation errors on versions < 2021.2

* Revert "Merge branch 'master' into 2021.2-update"

This reverts commit 762822bf7e32b7d9fe98d2c5212d05af256efa96, reversing
changes made to 142008a16c721f9c6246bbc4bb93854a6897ea66.

* Merge pull request #328 from epiplon-game-studio/master

Fixes a reference error bug with play mode

* revert changes from upstream, which adjusts the Y offset of the toolbar.

This is now handled automatically by unity, with `rootVisualElement.contentRect`, causing the upstream changes to do nothing.

* Update EditModeToolWindow.Editor.cs

* Update EditModeToolWindow.Editor.cs

* Delete ProjectVersion.txt