#create a new meshinstance3D
2 messages · Page 1 of 1 (latest)
Do you mean you want to create a fresh brand new one? Just use var myinstance := MeshInstance3D.new(). Then give it a mesh, and add to scene tree.
2 messages · Page 1 of 1 (latest)
hi I would like to create a new mesh instance 3D at runtime, every answer I find says to use preload("") but I cant find a way to get a meshinstance3D into the res folder
Do you mean you want to create a fresh brand new one? Just use var myinstance := MeshInstance3D.new(). Then give it a mesh, and add to scene tree.