Add wildlife spawn manager

This commit is contained in:
2026-05-18 14:16:50 -07:00
parent f0d8e3ef05
commit 494fe6f2ef
5 changed files with 304 additions and 1 deletions
+4 -1
View File
@@ -686,7 +686,10 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
- [x] Add damage.
- [x] Add harvesting interaction.
- [x] Add meat/hide resources.
- [ ] Add spawn manager.
- [x] Add spawn manager. Added a replicated, server-authoritative wildlife
spawn manager actor with configurable wildlife class, initial spawn count,
max active population, spawn radius, respawn interval, and optional navigation
projection for MVP wildlife population control.
- [x] Add replication.
- [ ] Add performance limits.