Hello everyone,
I noticed I have Entities which are not instantiated yet in my entity debugger.
e.g.
I’ve weapon system where bullet is instantiated on mouse click at spawn point.
On startup without clicking mouse btn I already have Bullet entity with all values set to 0.
Just wondering is it correct behaviour and why if so?
Thanks.