Was trying to have multiple types of enemies in a wave, but was running into an issue so came back and watched some other tutorials and realized that each pool was only doing a singular game object.
So should I only be using one Gameobject per object pool and if I wanted different types of enemies I should create an ObjectPool for each different type of enemy?