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

When polygon hit is old age, still reports update age to scripts as zero #19

Open
Dunbaratu opened this issue Jun 21, 2016 · 0 comments
Assignees
Labels

Comments

@Dunbaratu
Copy link
Owner

UpdateAge is only being used for PQS hits, even though polygon raycast hits can also be older than 0.

2 fix possibilites:
1 - maybe we don't need the old raycast age code anymore now with Unity5 changes.
2 - if we still do, then move UpdateAge out of LaserPQSUtil into LaserDist where it can be used for both types of old hit.

@Dunbaratu Dunbaratu added the bug label Jun 21, 2016
@Dunbaratu Dunbaratu self-assigned this Jun 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant