Dev Asset Collection

All Things That You Need to Build A Video Game
Menu
  • 2D
    • Characters
    • Environments
    • Fonts
    • GUI
    • Textures & Materials
  • 3D
    • Animations
    • Characters
    • Environments
    • GUI
    • Props
    • Vegetation
    • Vehicles
  • Add-Ons
    • Machine Learning
    • Services
  • Audio
    • Ambient
    • Music
    • Sound FX
  • Essentials
    • Tutorial Projects
  • Templates
    • Packs
    • Systems
    • Tutorials
  • Tools
    • AI
    • Animation
    • Audio
    • Camera
    • Game Toolkits
    • GUI
    • Input Management
    • Integration
    • Level Design
    • Localization
    • Modeling
    • Network
    • Painting
    • Particles & Effects
    • Physics
    • Sprite Management
    • Terrain
    • Utilities
    • Version Control
    • Video
    • Visual Scripting
  • VFX
    • Particles
    • Shaders
Home
Tools
Utilities
GPU Instancer – Dev Community

GPU Instancer – Dev Community

Tsunami 14 January, 2025
Sending
User Rating 4.2 (5 votes)

GPU Instancer provides user friendly tools to allow everyone to use Indirect GPU Instancing without having to go through the deep learning curve of Compute Shaders and GPU infrastructure. Also, an API with extensive documentation is provided to manage runtime changes.

For more detail this asset from the Unity Asset Store: Click Here

GPU Instancer v1.8.4 (Latest version)

VIP Only

GPU Instancer v1.8.1

Faster Download Download Now

GPU Instancer v1.8.0

Download Now

GPU Instancer v1.7.7

Download Now

GPU Instancer v1.7.5

Download Now

GPU Instancer v1.7.3

Download Now

GPU Instancer v1.7.2

Download Now

GPU Instancer v1.7.1

Download Now

GPU Instancer v1.7.0

Download Now

GPU Instancer v1.5.4

Download Now

GPU Instancer v1.5.3

Download Now

GPU Instancer v1.4.6

Download Now

GPU Instancer v1.4.5

Download Now

GPU Instancer v1.4.4

Download Now

GPU Instancer v1.4.3

Download Now

GPU Instancer v1.4.2

Download Now

GPU Instancer v1.4.1

Download Now

“Sharing is caring”

GPU Instancer is an out of the box solution to display extreme numbers of objects on screen with high performance. With a few mouse clicks, you can instance your prefabs, Unity Terrain details and trees.

GPU Instancer provides user friendly tools to allow everyone to use Indirect GPU Instancing without having to go through the deep learning curve of Compute Shaders and GPU infrastructure. Also, an API with extensive documentation is provided to manage runtime changes.

———————————
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, Universal and HD Render Pipelines.
– Complex hierarchies of prefabs instanced with a single click.
– Multiple sub-meshes support.
– LOD Groups and cross-fading support. (Cross-fading is supported on Standard Render Pipeline only)
– 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.
– 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 (Not supported on Android because of buffer limitations)
– 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.

Extension Packs:
– Crowd Animations: Provides workflows for GPU Instancer to be used with animated crowds.

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.

GPU Instancing results in magnitudes of performance improvement over static batching and mesh combining. Also, other available solutions for GPU Instancing (including Unity’s material option and the DrawMeshInstanced method) fail short on limited buffer sizes and therefore result in more draw calls and less performance. By using the indirect method GPU Instancer aims to provide the ultimate solution for this, and increases performance considerably while rendering the same mesh multiple times.

For more Information:
Best Practices for using GPU Instancer
Known Limitations

From version 1.4.2 on GPU Instancer updates will only be available for Unity versions 2019.1.10 and newer

 

Prev Article
Next Article

Related Articles

Inventory 2 | Game Creator 2 – Dev Community
Tsunami 17 December, 2025

Inventory 2 | Game Creator 2 – Dev Community

COLOR – Manage Colors with Palettes & Pickers – Dev Community
Tsunami 20 January, 2025

COLOR – Manage Colors with Palettes & Pickers – Dev Community

Magic Time – Control Time per Object (Local Time Scale) – Dev Community
Tsunami 10 April, 2026

Magic Time – Control Time per Object (Local Time Scale) – Dev Community

Boxy – Inventory/Crafting System – Dev Community
Tsunami 16 December, 2024

Boxy – Inventory/Crafting System – Dev Community

Leave a Reply Cancel Reply

Recent Posts

  • Dog Chaos – Complete Mobile Game Template – Dev Community
  • Legendary Caves & Dungeons – Dev Community
  • MIGHTY TRACKING – Dev Community
  • Enemy Shooter AI for Playmaker – Dev Community
  • Garage Props Collection HQ – Dev Community

Dev Asset Collection

All Things That You Need to Build A Video Game
Copyright © 2026 Dev Asset Collection
Privacy Policy | Disclaimer | DMCA