Fixed reflection probe placement

This commit is contained in:
Alexander Filippov 2022-12-20 04:41:15 +01:00
parent 3d30b206f7
commit a7db7735e7
2 changed files with 4 additions and 2 deletions

View File

@ -88,6 +88,8 @@ namespace Utils
} }
} }
} }
Undo.RegisterFullObjectHierarchyUndo(reflectionProbeVolume.gameObject, "Place Reflection Probes");
} }
private void CheckSquare(Vector3[,] data, int size, int voxelSize, float threshold, float blendDistance, Transform transform) private void CheckSquare(Vector3[,] data, int size, int voxelSize, float threshold, float blendDistance, Transform transform)

View File

@ -1,6 +1,6 @@
{ {
"name": "ru.shazbot.utils", "name": "ru.shazbot.utils",
"version": "4.1.0", "version": "4.1.1",
"displayName": "Utils", "displayName": "Utils",
"description": "Utility useful for almost any project.", "description": "Utility useful for almost any project.",
"licensesUrl": "https://git.shazbot.ru/Utils.git/tree/LICENSE.md", "licensesUrl": "https://git.shazbot.ru/Utils.git/tree/LICENSE.md",
@ -13,4 +13,4 @@
"url": "https://shazbot.ru/" "url": "https://shazbot.ru/"
}, },
"dependencies": { } "dependencies": { }
} }