LeoECS Lite Network - легковесный ECS-фреймворк, основанный на структурах. С поддержкой сетевых операций через Mirror.
- Leo Ecs Lite extension for Mirror Networking
- Code can be generated automatically when compiling
- Unity 2023.2 or higher
- Open the Package Manager from Window > Package Manager
- "+" button > Add package from git URL
- Enter the following to install
- "com.leopotam.ecslite.network": "https://github.com/karim-dev-coder/ecs-lite-network.git"
or open Packages/manifest.json and add the following to the dependencies block.
{
"dependencies": {
"com.leopotam.ecslite.network": "https://github.com/karim-dev-coder/ecs-lite-network.git",
}
}Open Packages/manifest.json and add the following to the dependencies block.
{
"dependencies": {
"com.leopotam.ecslite": "https://github.com/Leopotam/ecslite.git",
"com.annulusgames.unity-codegen": "https://github.com/AnnulusGames/UnityCodeGen.git?path=/Assets/UnityCodeGen",
}
}