Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Simple data components for Unity which store and represent a direction an object is facing.

License

Notifications You must be signed in to change notification settings

Koopa1018/CURGLAFF-FacingDirection

Repository files navigation

CURGLAFF-FacingDirection

THIS PACKAGE IS DEPRECATED. Please use the fork found in the CURGLAFF Foundational Packages Repository.

Simple data components for Unity which store and represent a direction an object is facing.

Variants are available both for systems which do and for systems which do not need to know when objects are facing upwards. Additionally, an integer-based variant is provided for systems that only care whether an object is facing up/down and left/right, not how much of each axis is being used.

This system is currently MonoBehaviour-only. For my needs, ECS compatibility is not planned for the near future, but if anyone needs, I can get on that.

About

Simple data components for Unity which store and represent a direction an object is facing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages