I’m getting my game objects made in Blender and importing them into Godot. So say if I have 3 game objects which share the same material within Blender, to be able to make them use the same material counterpart in Godot, I have to extract the material from anyone of them and enable “Use External” on all three of them in import settings and set the path to the .tres material file extracted. Otherwise, all objects will be using their own copy of the material, so no draw calls reduced since the copies will be considered unqiue?
I’m not entirely sure if my understanding so far is correct, even if it is, there’s a lot of clicking during the import. 30 props require me to setup 30 times?