Right, because each tile gets its own instantiated copy of the material you select. If you need to modify material parameters are runtime, you need to loop through all of the tiles (they’re children of the Tileset) and modify the material on each.
Right, because each tile gets its own instantiated copy of the material you select. If you need to modify material parameters are runtime, you need to loop through all of the tiles (they’re children of the Tileset) and modify the material on each.