Pinned Repositories
ACTSkill
ACTSkill editor.
ACTSkillDemo
ACTSkill demo.
AssetBundleManager
AssetBundleManager can help you manage AssetBundles, such as synchronous loading, asynchronous loading, unloading and other features. And provide some convenient editor tools to build AssetBundles.
CustomizationInspector
Customize Unity3D inspector by attribute(such as Button, ReadOnly, HideIf etc.) and serializable dictionary.
FairyGUI-unity
A flexible UI framework for Unity
InfinityScroll
Infinity ScrollView for UGUI. It helps the UGUI ScrollRect to support any count items.
MissingScriptsFinder
Find all missing script reference gameObjects in unity project, include scenes and prefabs.
PolygonalLineGenerator
Generate polygonal line mesh in Unity3D play mode.
UIAnimation
Simply set unity3d UI animation in inspector. Include some common effect.
UnityTimer
Powerful and convenient library for running actions after a delay in Unity3D. Fork from akbiggs/UnityTimer. Add some useful functions.
Mr-sB's Repositories
Mr-sB/CustomizationInspector
Customize Unity3D inspector by attribute(such as Button, ReadOnly, HideIf etc.) and serializable dictionary.
Mr-sB/UnityTimer
Powerful and convenient library for running actions after a delay in Unity3D. Fork from akbiggs/UnityTimer. Add some useful functions.
Mr-sB/UIAnimation
Simply set unity3d UI animation in inspector. Include some common effect.
Mr-sB/AssetBundleManager
AssetBundleManager can help you manage AssetBundles, such as synchronous loading, asynchronous loading, unloading and other features. And provide some convenient editor tools to build AssetBundles.
Mr-sB/ACTSkill
ACTSkill editor.
Mr-sB/PolygonalLineGenerator
Generate polygonal line mesh in Unity3D play mode.
Mr-sB/MissingScriptsFinder
Find all missing script reference gameObjects in unity project, include scenes and prefabs.
Mr-sB/ACTSkillDemo
ACTSkill demo.
Mr-sB/FairyGUI-unity
A flexible UI framework for Unity
Mr-sB/InfinityScroll
Infinity ScrollView for UGUI. It helps the UGUI ScrollRect to support any count items.
Mr-sB/UnityConfigFoundation
Automatically generate data objects according to CSV configuration table. Support convert Primitive/1D Array/ValueTuple/Frequently-used UnityEngine Types.
Mr-sB/ObjectPool
The Unity object pooling can load and cache all objects inherited from UnityEngine.Object, and can easily expand the loading method, such as loading objects from AssetBundle. And contains CommonPool to cache other type objects.
Mr-sB/TinyCSV
Tiny CSV toolkit for .NET. Easy to read and write CSV table. Support cells contain comma and double quote characters, and also support multiline cells form.
Mr-sB/UnityExtensionUtil
Unity useful extensions. Include unity api extensions and some generic c# class extensions.
Mr-sB/UnitySingleton
Include MonoBehaviour Singleton and Generic Singleton. Safe, lazy and fast.
Mr-sB/CollisionQuadTree
Quad tree for optimizing collision efficiency
Mr-sB/EasySocket
Easy Network communication. No need to care about socket, just use the API, and you can easily done Network communication.
Mr-sB/InstantMessenger
Using EasySocket SDK to done Instant Messenger application. Include server and client.
Mr-sB/ProtoBuf2LuaAnnotation
Generate EmmyLua Annotation from ProtoBuf.
Mr-sB/EventTriggerListener
Listen unity event, such as click, drag, pointer down/up. Also apply to 3d game object!
Mr-sB/FinalFramework
为独立游戏开发者而生的、最后的Gameplay游戏框架!!!
Mr-sB/IMClient
Instant messaging demo.
Mr-sB/imsystem
Instant messaging demo.
Mr-sB/InverseEaseManager
Inverse function of EaseManager.
Mr-sB/litjson
JSON library for the .Net framework
Mr-sB/Mr-sB
Mr-sB/ProceduralToolkit
Procedural generation library for Unity
Mr-sB/UnityURPToonLitShaderExample
A very simple toon lit shader example, for you to learn writing custom lit shader in Unity URP
Mr-sB/XlsxToLua-CrossPlatform
XlsxToLua Cross platform. Originally forked from https://github.com/zhangqi-ulua/XlsxToLua. *Now only the XlsxToLua is crossPlatform. The GUI and TableStringChecker still behave not well.
Mr-sB/XMLib.Common
XMLib 公共库