Comprehensive World Streamer 2 Setup for Unity

Objective:

Integrate World Streamer 2’s essential prefabs into your Game Scene to manage streaming functionalities.

Why This Step is Important:

These prefabs act as managers for different aspects of world streaming, such as handling colliders, general streaming, and world movement. Proper setup ensures efficient streaming and object management.

Detailed Instructions:

  1. Locate World Streamer Prefabs:
    • In the Project panel, navigate to:
      Nature Manufacture Assets > WorldStreamer > WS Prefabs
    • You should find the following prefabs:
      • _Collider_Streamer
      • _Streamer
      • _World_Mover
  2. Add Prefabs to the Hierarchy:
    • Drag and drop each prefab into your Game Scene’s Hierarchy.
    • It’s recommended to place them under a parent GameObject for organization, such as WorldStreamerManagers.
  3. Verify Tag Associations:
    • Select each prefab in the Hierarchy.
    • In the Inspector panel, ensure that:
      • _Collider_Streamer is tagged with ColliderStreamerManager.
      • _Streamer is tagged with SceneStreamer.
      • _World_Mover is tagged with WorldMover.
    • If not, assign the correct tag by selecting the appropriate tag from the Tag dropdown in the Inspector.
  4. Handling Errors:
    • Error Message: If you encounter the error Add scene collection manager on the _Streamer prefab:
      • Do Not Panic: This error is expected at this stage and will be addressed in Step 13.
      • Proceed with the remaining steps and revisit this error when necessary.

Tips:

  • Prefab Organization: Keeping World Streamer prefabs grouped helps in managing and troubleshooting.
  • Prefab Updates: Ensure you’re using the latest versions of these prefabs, especially if you encounter unexpected behaviors.