JUtils
A unity utilities library
JUtils.UnpackAttribute Class Reference

Displays the given type in the inspector as if it isn't a different object. Useful for Unity DOTS baker workflow More...

Inheritance diagram for JUtils.UnpackAttribute:
Collaboration diagram for JUtils.UnpackAttribute:

Detailed Description

Displays the given type in the inspector as if it isn't a different object. Useful for Unity DOTS baker workflow

namespace Example
{
public class UnpackExample : MonoBehaviour
{
[SerializeField, Unpack] private EnemyData _enemyData;
}
}

The documentation for this class was generated from the following file: