0.6.5: Fixed issue, where canvas picker wouldn't update selection when changing scenes
This commit is contained in:
parent
34fe565b74
commit
b07117c9bf
2 changed files with 3 additions and 1 deletions
|
|
@ -1,9 +1,11 @@
|
|||
using Game.NavigationTool.Editor.Tools;
|
||||
using UnityEditor;
|
||||
using UnityEditor.SceneManagement;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
namespace Game.NavigationTool.Editor.Toolbar
|
||||
{
|
||||
[InitializeOnLoad]
|
||||
internal static class ToolUICanvasPickerPostProcess
|
||||
{
|
||||
static ToolUICanvasPickerPostProcess()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue