Open hackwar9x opened 2 years ago
there isnt an implementation for that, a workaround is to write it like
Ray ray;
Gizmos.DrawLine(ray.point, ray.point + ray.direction);
if the package is added as an embedded package, then the source can be added and a method to Gizmos
can be added
i dont find Gizmos.DrawRay in here , how can i put it in ?