nTools – A collection of simple utilities for Unity (Deprecated)

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

Just submitted v0.8.1 to the Asset Store with fixes for the “Get Value” and “Save Changes” buttons in the Edit Prefs Utility. The “Get Value” button—previously a placeholder—is now fully functional. The “Save Changes” button was working as intended for string values, but was not properly storing int or float values. This has since been corrected.

The update should be available for download from the Asset Store later this week.

The nTools update v0.8.1 is now available to download.

This package has been re-organized and refactored a bit since the last update. Will be submitting an update for both Unity 4 and Unity 5 sometime in the near future. In the mean time, the latest version is available on GitHub.

hmmm … so your tools. hmm info about it? do not want to explain anything about it?

Updated the main post with the README content. Change log starting from v0.8.3 can be found here.

Version 0.8.3 is now available on the Asset Store.