Skip to content

LeLocTai/unity-objects-selections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Objects Selection

Framework for implementing objects selection in Unity Engine.

Tutorial coming soon™

Note that the demo scene does not use instancing material currently. If you have bad GPU, it might be laggy because of that.

Implemented methods

Lasso

Relatively optimized, with threading support. Scene in the gif above have 7700 selection points matched against a lasso with 100~200 vertices.

Algorithm benchmark:

10,000 vertices averaged over 5,000 run:

Algorithm Time
Crossing Number 0.283ms
Winding Number 0.146ms

Plugging my asset

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages