• Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Current Version: 1.0: 2025-04-18T14:42:12Z
  • First Published: 2025-04-18T14:42:12Z
  • Size: 131280
  • Supported Unity Versions: 2022.3.38
tools game-toolkits

Chunx - Chunks Culling

No rating !(0 Vote)
$18.39 $18.39

Documentation


Chunx allows you to manage your chunks (areas of the game world) based on your player position and more.


The chunk is a fragment of your playable world, for example a single room, a gorup of rooms or a 1km x 1km terrain, etc.


When a player or multiple players move, different chunks will be loaded and unloaded. For performance, some chunks that won't be seen or are very far away, should be disactivated or have some of it's details reduced. This Chunks Culling System will let you do that and also let you tune it to your needs!


Features:

  • Culling - Load and unload chunks around the player’s position and look directions.
  • Multiple Players - Support for as many players/characters you need at the same time.
  • Dimensions - Chunks can be managed in many dimensions: 1D, 2D and 3D.
  • Chunks Shapes - Managing regular chunks (with even dimensions) and irregular chunks (with many different shapes).
  • Real-time - The world can be expanded and modified in runtime - you’re not restricted to limited world size that you have generated, you can add and remove chunks when you want. This also means that the worlds can technically have infinite sizes.
  • Customize - Range zones for any possibility - the simplest out of the box form of chunks management is with 2 states (culled and active), but it is possible to add any states in between to your needs, eg. a state where details are hidden from far away chunks, a state where some scripts are disabled, a state where terrain’s complexity is reduced etc.
  • Performant - Update chunks only when needed (a player moved by a minimum distance or a player's camera angle changed)


Add to cart
This site contains affiliate links, which means that we can receive a commission if you click on a link and buy something that we have recommended.
Although clicking on these links will not cost you anything, they will help us finance our development projects while recommending good products!