Releases: yasirkula/UnityRuntimePreviewGenerator
Releases · yasirkula/UnityRuntimePreviewGenerator
v1.1.3
v1.1.2
v1.1.1
v1.1.0
- Added async variants of thumbnail functions that use AsyncGPUReadback.Request under the hood
- Added RenderSupersampling property to render thumbnails at higher resolutions (results will later be downscaled to the original resolution)
- Added "bool shouldIgnoreParticleSystems = true" parameter to GenerateModelPreview
v1.0.1
- Improved perspective projection's (OrthographicMode=false) camera positioning algorithm so that it encapsulates the AABB bounds perfectly (you can uncomment the "#define DEBUG_BOUNDS" line to see it in action)
- Consistent Padding results on both camera projection types
- Added CalculateBounds and CalculateCameraPosition functions that can be called from user scripts to position the camera to fit custom AABB bounds perfectly