What is the way of figuring out a Transform.up and Transform.right equivalent in a pure ECS implementation?
I’ve had success using math.forward to calculate forward vectors from Unity’s translation and position components; however, I’ve been unable to get vector offsets that take my entities rotation into account.