Castle Game Engine: Find (Ctrl+ F) / Find Next (F3) to easily find components by name (useful in large designs)

A new feature, small but invaluable, for navigating large designs in our editor: easily find component by name. Use editor menu item “Edit -> Find” (Ctrl + F) to see a text box where you can type component name. Typing anything there, like camera, will search and select the first component matching given name (as …