5 things about the Sandbox folder structure.
1.Bin 32 and bin 64 where your game files are and editor’s tools are, the choice of 64 or 32 suits for whatever the system you are using and bin 64 is faster than 32.
2. Code file goes deeper, it explains script and examples of the game
3. Editor folder is what editor uses and you will never use it.
4. In game folder, the pak files are what really the game is, everything from animation, level, etc.
5. Error folder is for explaining what the steps to follow when the game crash and so on.
6. The Settingsmgr.exe must be opened up at least once, and make sure green light is on. And the directory is pointing to the right folder that is been working with.
10 tips and tricks related to the Sandbox User Interface
1.If you right click on 'Perspective' which on the top left corner, you can have different view points, modes and so on like wireframe mode and anther way to change the view point is pressing the key F3.
2. There are two numbers on the right side which means the resolution you are running and you can change the resolution you want by right clicking those two numbers.
3. Typing the object’s name in the ‘by name box’, so that it can just show the related entity you want and isolate the other entities at the same time.
4. The ‘lock selection’ at the bottom means you will lock the selection to the objects that you have selected at moment and it can only work with the objects you have selected.
5. The ‘speed’ input box means the camera speed of the perspective viewport and it can be set to a custom parameter.
6. Pressing ctrl+G you will be in game mode.
7. Turning on the ‘AI/Physics’, you will be in editor mode.
8. RollupBar is consists of four apartments which are creating tab, modifying tab, hiding and unhiding certain categories and managing layers.
9. ‘Export selected Geometry to .OBJ’ can help you to create new objects quickly and it will be exported to obj.
10. You can save group object and entities which can be stayed more organized and if you click the 'load object', the object that you have saved will be appeared.