Skip to content

First look

Nectunia edited this page Oct 27, 2020 · 4 revisions

What does this Asset do ?

This asset allow you to easily add Property to GameObject.

  • Each Property is a component so it can be linked to your other Components.
  • Each Property can be found by script via a powerfull and easy to use custom Tag system.
  • Each Property values can be filled with raw values or sourced from other Component.

Concept

A complete and easy to use library allow you to handle Property by script as well.

How does it work ?

HowDoesItWorks

  1. Add Property to GameObject.
  2. Select a Tag for the Property.
  3. Use built-in tagged components or Make your own.
  4. Select a Tag in the tagged component. It will now be able to interact with all Property component in the scene wich have the same Tag.