BPG Unity Toolkit (nTools)
The BPG Unity Toolkit is a collection of simple tools and utilities for Unity.
Getting Started
Download and import the latest asset package into your Unity project.
Folder Utilities
-
Assets > Create > Basic Folders
Create a basic folder structure for new projects consisting of 18 essential directories: -
Editor
-
Game
-
Game/Audio
-
Game/Prefabs
-
Game/Rendering
-
Game/Rendering/Fonts
-
Game/Rendering/Geometry
-
Game/Rendering/Materials
-
Game/Rendering/Shaders
-
Game/Rendering/Textures
-
Game/Scenes
-
Game/Scripts
-
Plugins
-
Resources
-
Standard Assets
-
Standard Assets/Editor
-
StreamingAssets
-
WebPlayerTemplates
Prefs Utilities
-
Edit > Delete PlayerPrefs
Delete all player preferences. -
Edit > Delete EditorPrefs
Delete all editor preferences (use with caution). -
Window > Prefs Utility…
A utility for editing key-value pairs in PlayerPrefs and EditorPrefs. -
Prefs DB Option
Sets access to either PlayerPrefs or EditorPrefs. -
Data Type Option
Sets the data type of the value to either Int, Float, or String. -
Key Field
The key used to get or set a key-value pair in the selected Prefs DB. -
Value Field
The value of the specified key. The value entered into this field should be appropriate for the Data Type selected. -
Get Value Button
Gets the value of the specified key. This button becomes enabled when the key specified in the Key field matches a key in the selected Prefs DB. -
Save Changes Button
Sets the key-value pair in the selected Prefs DB. -
Delete Key-Value Pair Button
Removes the specified key and its value from the selected Prefs DB.
Release Notes
v0.8.3 Update
Changes
- Re-branded product
- Re-organized file structure
- Created separate files for each class
- Added
namespace BlackportGames.Toolkit
to classes - Moved menu items and removed the Tools menu
- Updated list of default basic folders
Known Issues
FoldersEditorWindow
is incomplete (commented)PrefsEditorWindow
is incomplete (commented)
v0.8.1 Update
Fixes
- Prefs Utility: Get Value button was non-functional
- Prefs Utility: Save Changes button was not saving Int and Float values correctly
v0.8.0 Initial Release
Additions
- Create Basic Folders menu item
- Delete PlayerPrefs menu item
- Delete EditorPrefs menu item
- Prefs Utility for editing PlayerPrefs and EditorPrefs