Description
——————————–
FEATURES
———————————
– Out of the box solution for complex GPU Instancing.
– VR compatible. Works with both single pass and multi pass rendering modes.
– Mobile compatible. Works with both iOS and Android.
– Easy to use interface.
– Tens of thousands of objects rendered lightning fast in a single draw call.
– GPU frustum culling.
– GPU occlusion culling (also supports VR platforms with both single pass and multi pass rendering modes).
– Automatically configured custom shader support.
– Supports Standard, LW and HD Render Pipelines.
– Complex hierarchies of prefabs instanced with a single click.
– Multiple sub-meshes support.
– LOD Groups and cross-fading support (with animation or fade transition width).
– Automatic 2D Billboard generation system (Standard RP only).
– Shadows casting and receiving support for instances (frustum culled instances still can cast shadows).
– Ability to use custom shadow distance per prototype and to choose the LOD to render shadows with.
– Support for Floating Origin handling.
– Multiple camera support.
– Unity 5.6 support.
– Well documented API for procedural scenes and runtime modifications (examples included).
– Ability to Remove instances inside bounds or colliders at runtime.
– Ability to extend with custom Compute Shaders.
– Example scenes that showcase GPU Instancer capabilities.
Prefab Instancing Features:
– Ability to automatically instance prefabs at your scene that you distribute with your favorite prefab painting tool.
– Automatically Add-Remove prefab instances without any aditional code.
– Automatic detection and updating of transform position, rotation and scale changes.
– Full or area localized rigidbody and physics support.
– Nested Prefabs support (Unity 2018.3 and later).
– Add-Remove-Update prefab instances with or without instantiating GameObjects (examples included).
– Instance based material variations through API (similar to Material Property Blocks).
– Enabling and disabling instancing at runtime per instance basis.
– API to manage instanced prefabs at runtime.
– Includes mobile demo scene with custom controllers.
Detail Instancing Features:
– Dense grass fields and vegetation with very high frame rates.
– Included vegetation shader with wind, shadows, AO, billboarding and various other properties.
– Support for custom shaders and materials.
– Cross quadding support: automatically turns grass textures to crossed quads.
– Ability to paint prefabs with custom materials on Unity terrain (with Unity terrain tools).
– Ability to use prefabs with LOD Groups on Unity terrain.
– Further performance improvements with automatic spatial partitioning.
– API to manage instanced terrain detail prototypes at runtime (examples included).
– Editor GPU Instancing simulation.
Tree Instancing Features:
– Dense forests with very high frame rates.
– SpeedTree support with wind animations.
– SpeedTree 8 support with wind animations.
– Tree Creator support with wind animations.
– Support for Soft Occlusion Trees.
– Included billboard baker and renderers.
Third Party Integrations:
– Gaia integration.
– MapMagic integration.
Requirements:
– DirectX 11 or DirectX 12 and Shader Model 5.0 GPU (Windows, Windows Store)
– Metal (macOS, iOS)
– OpenGL Core 4.3 (Windows, Linux)
– Vulkan (Android, Windows, Linux)
– OpenGL ES 3.1 (Android 8.0 Oreo or later)
– Modern Consoles (PS4, Xbox One)
Please also note that even though some integrated graphics cards may satisfy these requirements, they may not provide the boost you can get from GPU Instancing. Therefore, hardware with a dedicated GPU is recommended.
To provide the fastest possible performance, GPU Instancer utilizes Indirect GPU Instancing using Unity’s DrawMeshInstancedIndirect method and Compute Shaders.