コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【Unity】便利な関数や Attribute が無料で使用できる「BitStrap」紹介(無料)

f:id:baba_s:20171021101522p:plain

概要

2016/1/7 に「BitStrap」がリリースされました

「BitStrap」を導入すると、
便利な関数や Attribute が無料で使用できるようになります

検証環境

  • Unity 2017.1.1f1
  • BitStrap 1.10.0

ヘルパークラス

  • ColorHelper
  • EditorHelper
  • FileSystemHelper
  • ProjectBrowserHelper
  • BitHelper
  • VectorHelper
  • EmailHelper
  • ReflectionHelper
  • StringHelper
  • ScriptDefinesHelper
  • StaticReflectionHelper

Inspector 拡張

f:id:baba_s:20171021103313p:plain

  • ButtonAttribute
  • LayerSelectorAttribute
  • BrowserConsoleLogHook
  • MirrorTool
  • RuntimeConsole
  • TagSelectorAttribute
  • ComponentContextMenu
  • Isolate
  • ScriptCreator

ユーティリティ

  • Callback
  • Create
  • Modifiable
  • “NestedPrefab”
  • SafeAction
  • Singleton
  • Timer
  • EditorPrefProperty (String, Bool, Float, Int)
  • PlayerPrefsProperties
  • EditorPrefsProperties

数学

  • NumberBounds, IntBounds, FloatBounds
  • SecureInt
  • FastRandom

グラフィック

  • ParticleController
  • Animation

アニメーション

  • AnimationParameter ( Bool, Float, Int, Trigger )
  • AnimatorControllerEditor

拡張メソッド

  • ArrayExtensions
  • ColorExtensions
  • ComponentExtensions
  • DictionaryExtension
  • GameObjectExtensions
  • ListExtensions
  • StringExtensions

関連記事