Is there a way to add a light map to two objects that share the same material and have some animation without modifying the shared material directly? I attempted the following approach:
childer[i].materials.lightMap=ObjectsLightMaps[childer[i].id];
However, it does not seem to be effective. Any suggestions on how to achieve this?