EllanJiang / GameFramework

This is literally a game framework, based on Unity game engine. It encapsulates commonly used game modules during development, and, to a large degree, standardises the process, enhances the development speed and ensures the product quality.
https://GameFramework.cn
MIT License
5.97k stars 1.45k forks source link

EntityLogic Loading Slow #33

Closed vanlecs09 closed 5 years ago

vanlecs09 commented 5 years ago

When I create Entity A. Then i attach 4 or 5 EntityLogic to Entity A. The game loading is somehow slow. Can you give me some advice?

EllanJiang commented 5 years ago

An entity should have only one EntityLogic attached to it.