-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 762822b, reversing changes made to 142008a. * 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
- Loading branch information
1 parent
438d6a9
commit 7521cd7
Showing
24 changed files
with
1,400 additions
and
911 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
[Bb]uild/ | ||
[Bb]uilds/ | ||
Assets/AssetStoreTools* | ||
UserSettings* | ||
|
||
# Visual Studio cache directory | ||
.vs/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.