This document is about: FUSION 2
SWITCH TO

Quickstart

The easiest way to integrate Interest Management addon is to add components directly on your player object/prefab:

  1. Open your player object/prefab.
  2. Select root game object and add PlayerInterestManager component.
add playerinterestmanager
  1. Add PlayerInterestView component and link it to the Interest View property on PlayerInterestManager.
add playerinterestview
  1. Add InterestSphere component and add it to the Shapes property on PlayerInterestView.
add interestsphere
  1. Enable Draw Interest Cells on PlayerInterestManager to see interest cells preview in Scene view.
enable draw interest cells
  1. Congratulations! You've just finished basic integration of Interest Management addon.

Individual components are described in detail in the Architecture section.

💡For more examples and step-by-step explanations please check the Sample Project.

Back to top