Skip to content

Releases: yasirkula/UnityRuntimePreviewGenerator

v1.1.3

13 May 20:04
Compare
Choose a tag to compare

Added RuntimePreviewGenerator.UseLocalBounds (disabled by default) which is expected to yield superior results for orthographic projection

v1.1.2

25 Jul 14:24
Compare
Choose a tag to compare

More correct error handling

v1.1.1

06 Feb 13:04
Compare
Choose a tag to compare
Fixed PreviewRenderCamera not working

v1.1.0

09 Jan 15:21
Compare
Choose a tag to compare
  • 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

17 Apr 16:32
Compare
Choose a tag to compare
  • 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

v1.0.0

14 May 19:25
Compare
Choose a tag to compare

Added Assembly Definition Files