Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gizmos.DrawRay #30

Open
hackwar9x opened this issue Sep 19, 2022 · 1 comment
Open

Gizmos.DrawRay #30

hackwar9x opened this issue Sep 19, 2022 · 1 comment

Comments

@hackwar9x
Copy link

i dont find Gizmos.DrawRay in here , how can i put it in ?

@popcron
Copy link
Owner

popcron commented Nov 30, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants