Skip to content

Commit

Permalink
Select new game object after obfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
Esska committed Jan 12, 2025
1 parent d73fa40 commit 7ff835b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Editor/Obfuscator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ public void Obfuscate(GameObject gameObject, ObfuscationConfiguration config) {
AssetDatabase.SaveAssets();

EditorUtility.ClearProgressBar();

Selection.activeGameObject = obfuscatedGameObject;
}

private void Init() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.esska.av3obfuscator",
"displayName": "Esska AV3 Obfuscator",
"version": "2.3.0",
"version": "2.3.1",
"unity": "2019.4",
"description": "Esska AV3Obfuscator allows you to obfuscate your VRChat avatar.",
"author": {
Expand Down

0 comments on commit 7ff835b

Please sign in to comment.