Get started with instancing

You can easily use Uranus Instancer in your project and get all the benefits of an automatic hardware instancing solution by simple adding the uranus-instancer.js script to your scene.

The best place to add it is at your Root scene entity. That way it gets enabled before any other entity is initialized in your scene.

Uranus Instancer works with Render and Model (Legacy) components. Some features like Cells and LODs work only with Render components, so where possible use Render components in your project if you plan to use those features.

As soon as the script is added to your project Uranus Instancer will get activated and automatically parse and instance all of your scene models.

Uranus GPU Instancer running inside the PlayCanvas editor
Aritelia, an open world HTML5 game with thousands of unique objects. By Solar games: https://aritelia.io

Last updated