How is mouse picking (for selecting) working in the Editor ?
Hello,
I have a scene with several meshes generated during runtime. I want to be able to do basic mouse picking (clicking on a mesh to select it).
I've done it the "normal way" until now, adding a mesh collider and assigning to it the mesh used for representation. However, this operations takes a lot of CPU time with large meshes.
I noticed that the mouse picking in the editor works even if no collider is attached. It even works with my runtime generated meshes.
Do someone knows how it works in the Unity Editor ?
Your answer
Follow this Question
Related Questions
How to toggle selection mode? 0 Answers
How do i make the raycast push the bone of a bot? 0 Answers
Deselecting all the other Units when selecting a Unit 0 Answers
How to select a specific collider of many on a gameobject? 1 Answer
there is no build fail but editor script doesn't work in build 1 Answer