• Stars
    star
    3
  • Rank 3,949,626 (Top 78 %)
  • Language
    C#
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Infinity ScrollView for UGUI. It helps the UGUI ScrollRect to support any count items.

More Repositories

1

CustomizationInspector

Customize Unity3D inspector by attribute(such as Button, ReadOnly, HideIf etc.) and serializable dictionary.
C#
32
star
2

UnityTimer

Powerful and convenient library for running actions after a delay in Unity3D. Fork from akbiggs/UnityTimer. Add some useful functions.
C#
32
star
3

UIAnimation

Simply set unity3d UI animation in inspector. Include some common effect.
C#
29
star
4

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.
C#
28
star
5

PolygonalLineGenerator

Generate polygonal line mesh in Unity3D play mode.
C#
13
star
6

MissingScriptsFinder

Find all missing script reference gameObjects in unity project, include scenes and prefabs.
C#
9
star
7

UnityConfigFoundation

Automatically generate data objects according to CSV configuration table. Support convert Primitive/1D Array/ValueTuple/Frequently-used UnityEngine Types.
C#
3
star
8

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.
C#
2
star
9

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.
C#
2
star
10

EasySocket

Easy Network communication. No need to care about socket, just use the API, and you can easily done Network communication.
C#
1
star
11

UnityExtensionUtil

Unity useful extensions. Include unity api extensions and some generic c# class extensions.
C#
1
star
12

UnitySingleton

Include MonoBehaviour Singleton and Generic Singleton. Safe, lazy and fast.
C#
1
star
13

ProtoBuf2LuaAnnotation

Generate EmmyLua Annotation from ProtoBuf.
C#
1
star
14

InstantMessenger

Using EasySocket SDK to done Instant Messenger application. Include server and client.
C#
1
star