We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EX-GAS 1.0的开发过程中,我在参考UE5+的GAS版本,同时发现了GAS的框架设计十分符合ECS的设计思想。 所以EX-GAS 2.0会直接改为ECS框架,运行效率会更高,GE和Ability的实现也会更解耦。 目前开发重心会移向2.0的开发。1.0会继续维护,修复bug以及一些小功能的补充。
2.0和1.0的接口大概率会不兼容。2.0开发完成后,如果想从把项目从EX-GAS 1.0切换到2.0,可能会需要大量的修改。
网络同步的功能将放到3.0,ECS对网络预测和回滚有着天然的优势。所以网络同步会在2.0完成之后才开始开发。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
EX-GAS 1.0的开发过程中,我在参考UE5+的GAS版本,同时发现了GAS的框架设计十分符合ECS的设计思想。
所以EX-GAS 2.0会直接改为ECS框架,运行效率会更高,GE和Ability的实现也会更解耦。
目前开发重心会移向2.0的开发。1.0会继续维护,修复bug以及一些小功能的补充。
2.0和1.0的接口大概率会不兼容。2.0开发完成后,如果想从把项目从EX-GAS 1.0切换到2.0,可能会需要大量的修改。
网络同步的功能将放到3.0,ECS对网络预测和回滚有着天然的优势。所以网络同步会在2.0完成之后才开始开发。
The text was updated successfully, but these errors were encountered: