Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

If you've ever been frustrated with limitations of prefabs and wanted to use complex logic with a single instance of a prefab without extracting all and losing the benefits of prefabs, then this document is for you!

In flowgraphIn Flow Graph, you can now communicate directly to and from a prefab instance just like an entity by using prefab events. All you need to do is Just create an event inside a prefab, give it a name and then reference the prefab instance as you normally do an entity.

...