- Edited
z80 Make sure that all your tree resources (mesh, material, shader) have "local to scene" disabled. Otherwise they will be duplicated with each instance. This may cause hiccups if large number of instances is created in a frame, as all vertex data needs to be duplicated, and each shader recompiled.
Btw. which version of engine are you running this in?