Gothic-UnZENity-Project / Gothic-UnZENity

Fan project recreating Piranha Bytes' evergreens Gothic I and Gothic II in Unity Engine. Currently focussing on VR.
GNU General Public License v3.0
6 stars 1 forks source link

Implement NPC culling #52

Open JaXt0r opened 2 weeks ago

JaXt0r commented 2 weeks ago

Currently all NPCs are loaded immediately and shown all the time. We need to implement proper culling for performance reasons.

Investigation

Implementation