Import Asset Contents

Importing The Asset (Unity 2018.4f1 or higher)

You can import the asset via the Unity Package Manager (Window -> Package Manager -> My Assets -> Hud Feed)

The package requires TextMeshPro so you may get a prompt saying "This Unity Package has Package Manager dependencies". This is expected and you can simply click Install.

The asset comes bundled with PlayMaker Actions so that if you use PlayMaker you can easily use Hud Feed alongside it. If you do not use PlayMaker do not import the PlayMakerSupport folder.

Contents of the Asset

  • Scripts: All of the functionality of Hud Feed lives in this directory. If you want to import the bare minimum to get Hud Feed to work this is the only directory you'll need.

  • Demo: Contains a few demos showcasing how you can use Hud Feed. You can find more info about these in the Examples section of the documentation.

  • PlayMakerSupport: Contains some custom PlayMaker Actions specific to HudFeed components and their functionality.

Last updated