How to reduce character locomotion performance on an Enemy?

adylop

New member
Hello,
we are trying to add as many enemies as possible on a single scene with dynamic object pools.
I just wanna know if there are any tips to make a single enemy's performance better as our Enemy does not perform complicated tasks or abilities.
Thanks!
 
For enemies people have had success using a GPU instancer:

 
Top