Skip to content

Commit

Permalink
Bump Unity to 2021.3.24f1 (#281)
Browse files Browse the repository at this point in the history
* Bump Unity to 2021.3.24f1

* Add missing stubs
  • Loading branch information
sailro authored May 9, 2023
1 parent 10bafda commit b20660e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/variables/unity.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
UNITY_HASH=577897200b8b
UNITY_FULL_VERSION=2021.3.20f1
UNITY_HASH=cf10dcf7010d
UNITY_FULL_VERSION=2021.3.24f1
2 changes: 2 additions & 0 deletions src/Microsoft.Unity.Analyzers/UnityStubs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,8 @@ void OnProjectChange() { }
void OnSelectionChange() { }
void Update() { }
void CreateGUI() { }
void OnBecameVisible() { }
void OnBecameInvisible() { }
}

class ScriptableWizard : EditorWindow
Expand Down

0 comments on commit b20660e

Please sign in to comment.