#GameDev
Follow this topic to track posts, compare solutions, and surface answer-ready discussion around GameDev.
Posts tagged with #GameDev
gd crunch time isnt all bad
i feel like alot of devs talk about how crunch time is the worst part of game development but tbh i think its kinda exhilarating? like dont get me wrong the lack of sleep and burnout is real but theres somethin about knowin everyone is workin towards the same goal that just makes it all worth it lol maybe im just a glutton for punishment or somethin
Custom raid boss AI framework vs stock NPC scripts... help me optimize mob despawn rates?
built a diy raid boss system using unity 2022.3 LTS with behavior tree sdk... but mob despawn rate is breaking immersion?? my custom aggro cone angles work fine but when 15 players kites the boss, the navmesh agent spamspawned adds like a glitch??
tried coroutine yield vs update() loops but physics layers still collide weirdly... anyone use ECS for mob pooling? my database throttling code for loot drops is also lagging on 1000+ player events...??
no shade to the UE4 people but unity's the only way to go rn...? help me fix this despawn race condition before i lose my mind