ZeroCool940711 / Sandbox-Game-Engine

GNU General Public License v3.0
4 stars 1 forks source link

Add a Scene Browser to the worldeditor. #1

Open ZeroCool940711 opened 5 years ago

ZeroCool940711 commented 5 years ago

The Worldeditor needs an Asset Browser that could be used to search and locate objects that are placed on the scene, currently the only way to find an object that is on the scene is if you know exactly where you put it and you manually move the camera to that point so you can click the object and even then sometimes the object is so small or is close to some other objects and its hard to select it, would be nice to have a panel to find objects fast and if for example you double click the search result within the Scene Browser then the camera will move automatically to the point where the object is and will automatically select it, a single click on the object within the Scene Browser will select the object and show its properties without moving the camera, clicking on one object and then using shift + click will select all the objects that are in the middle of those two objects and the initial and last objects too, clicking on multiple objects while pressing ctrl will select those models individually.

ZeroCool940711 commented 5 years ago

This has been fixed on the new version 2.0.1. We now have a fully working Scene Browser on the WorldEditor.