Unreal Engine – World Spawner v1.2 (5.2)

19 Credits

Format:Unreal Engine

Use credits that never expire to get things at a low cost,including high-quality 3d models,cut out 2d people and plants,scanned PBR textures and material…etc

 

3DSFREE Download Advantages :

  • All files Clean without viruses.
  • Maximum download speed for all files.
  • Fast after sales support (within 12 hours)
  • Instant Download Links
No Credits ? Quick Buy Here!
 Buy 9 Credits  (9$)
 Buy 21 Credits  (19$) 
 Buy 70 Credits  (59$) 
 Buy 150 Credits  (119$) 
 Buy 320 Credits  (239$) 
 Buy 700 Credits  (499$) 

Description

Trailer | How it Works | Performance Test (Playable) | Performance Test (Video) | Example Project

For Support & Suggestions please visit our Discord

Built from the ground up with multiplayer in mind, it’s perfect for any style of games: RPG, Survival, MMO, and more. Easy to use and integrate with any other AI behavior system.

World Spawner contains three main systems with dozens of parameters and integration functions to suit your project:

  • Fast Population: Allows efficient and fast population of levels with NPCs, loot and items.
  • Optimization: It features a unique LOD system and a camera field of view optimization system that preserves visual quality while increasing performance.
  • Path and Waypoint: Contains its own movement and avoidance system that guarantees seamless transitions between optimization levels for ground and flying AI. Compatible with Character (Character Movement Component), Pawn (Floating Pawn Movement) or simple actors, all with multiple settings

Features:

  • Auto and Manual Spawning (Customize the spawning to fit your game’s needs)
  • Collision Detection (Adjustable parameters for surface detection/blocking)
  • Randomization Settings (Introduce variety with random rotation and location)
  • Collection Creation (Reuse multiple spawner data setups across different levels)
  • Optimization Modes (Choose from multiple modes and levels for optimal performance)
  • Temporary Data Storage (Manage game data like health and states smoothly)
  • Synchronized Movement (Ensure coordinated movement between levels)
  • Integration (Work seamlessly with Behavior Trees and Blueprints)
  • Vertex Animation Support (Create cheap animations for objects and NPCs)
  • Waypoint System (Implement a wander system for movement within defined areas)
  • Path System (Enable traversal along random-width spline paths)
  • Tag and Weight System (Control movement priorities with tagged waypoints and paths)

Update 1.3:

  • Added a new custom data object, useful for initializing custom data from each spawner, creating new possibilities in spawning.
  • Added 2 new examples to the showcase (self-registration and Custom Data Object).
  • Optimized the self-registration system to prevent the destruction of the object when it is registered in the system.

Update 1.1 – 1.2:

  • Added self-registration for control without using Spawner Manager (useful for inventory systems where objects are dropped on the ground and these are automatically registered in the optimization control system to be persistent without affecting game performance)
  • Updated movement system to spherical interpolation (avoids sharp turns in reverse directions and makes rotation more smooth and realistic)
  • Added rotation towards speed for Character and Pawn
  • Updated Try Fill Up option, for 100 times faster processing (very useful when you need to spawn exact amounts of objects on surfaces with physical materials)
  • Added MaterialParameterAssociation for vertex animations (so it’s easier to integrate with any kind of material function you use)
  • High actor class position fixes for debugging
Read More

Technical Details

Code Modules:

  •  WorldSpawner(Type: Runtime)

Number of Blueprints: 6 (Plus a few for the examples)

Number of C++ Classes: 15

Network Replicated: Yes

Supported Development Platforms: Windows

Supported Target Build Platforms: Windows

Documentation: Documentation

Important Note: It is not compatible with wave system at the moment