Hi, I was doing enemy shooting lecture and I realized that projectile for enemy is spawning a little bit in front of him. As I was trying to find out what can be the reason and put the enemy prefab on the scene I saw that this little grey circle is in front of him(as on the photo). Can someone explain my how to make it back on the enemy so the projectile will shoot straight from the sprite? Thanks.
That little circle is the origin of the game object. Check that the model inside the prefab’s transform shows the position as 0,0,0. This will put it in the middle of the prefab again