Hello all,
I was about to start adding simple AI scripts onto my entity prefab and its model. But how to do this if you have different monster models while their scripts are the same? Do I have to create a prefab and link the same script for every monster model? It would be great if there is a way to do it with only one prefab, so I can spawn certain variant of the prefab. Maybe Instantiate and attach model to prefab while mirror spawns the prefab?