I noticed that you’re creating the instances right away but you wait for 20 frames to finish creating the meshes (that’s why there’s a warning in the console about creating instances from meshes without geometry). So I moved your init code so that it runs right away, before creating the instances, instead of waiting 20 frames, and then it seems to be working.
3 Likes