Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
I'm making a game scene with multiple enemies. The enemies are all exact copies each other, - same models, same animations, same logic - however the gameplay thermo boils rapidly when adding more of them. I want my character to be able to fight around 10-20 enemies at once, but lagging gets pretty bad at around 6, which is worrying since I haven't even finished creating the enemy logic nor even started the logic of the playable character.
1 enemy alone = 8% gameplay on the thermometer. However the scene experiences a lot of lag at just 60% gameplay. This is before I've even begun constructing the level (My scene currently only has a plane and a bunch of cloned enemies to run a test).
Are they any significant methods available to run these scripts without the lag issues? The scene I plan doesn't get much more complex, it's mostly just fighting enemies.