mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-06-13 11:21:24 -05:00
fix obsoleted
This commit is contained in:
parent
5010c5384a
commit
13d6b263a9
|
|
@ -28,14 +28,14 @@ namespace UniVRM10
|
|||
Undo.willFlushUndoRecord += Repaint;
|
||||
UnityEditor.Selection.selectionChanged += Repaint;
|
||||
|
||||
SceneView.onSceneGUIDelegate += OnSceneGUI;
|
||||
SceneView.duringSceneGui += OnSceneGUI;
|
||||
}
|
||||
|
||||
void OnDisable()
|
||||
{
|
||||
SpringBoneEditor.Disable();
|
||||
|
||||
SceneView.onSceneGUIDelegate -= OnSceneGUI;
|
||||
SceneView.duringSceneGui -= OnSceneGUI;
|
||||
// Debug.Log("OnDisable");
|
||||
UnityEditor.Selection.selectionChanged -= Repaint;
|
||||
Undo.willFlushUndoRecord -= Repaint;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user