All Projects → LingJiJian → Ului

LingJiJian / Ului

Licence: mit
unity3d - advanced control library

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Ului

Unityrecyclinglistview
A fast scrolling list component for Unity UI which recycles its child elements
Stars: ✭ 86 (-71.43%)
Mutual labels:  unity, ui-components
Uicard
Generic UI for card games like Hearthstone, Magic Arena and Slay the Spire...
Stars: ✭ 142 (-52.82%)
Mutual labels:  unity, ui-components
Unitydynamicscrollrect
An optimized approach to lists with dozens of elements and a Pooling system
Stars: ✭ 157 (-47.84%)
Mutual labels:  unity, ui-components
Angrybirdsstylegame
Angry Birds style game in Unity
Stars: ✭ 290 (-3.65%)
Mutual labels:  unity
Zcode Assetbundlepacker
Unity的AssetBundle模块扩展插件,主要目的用于简化AssetBundle打包,提供AssetBundle管理,支持热更新、支持资源包下载、支持版本控制。
Stars: ✭ 291 (-3.32%)
Mutual labels:  unity
Libplanet
Blockchain core in C#/.NET for persistent peer-to-peer online games
Stars: ✭ 293 (-2.66%)
Mutual labels:  unity
Screenmanager
Flexible way to manage screens with transitions for Unity
Stars: ✭ 300 (-0.33%)
Mutual labels:  unity
Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+1109.3%)
Mutual labels:  unity
Depthinverseprojection
An example showing how to inverse-project depth samples into the view/world space in Unity.
Stars: ✭ 296 (-1.66%)
Mutual labels:  unity
Ilruntime hotgames
基于ILRuntime的热更新能力实现的可以直接使用的框架,友情赠送C# WebService + WebSocketServer服务器端。
Stars: ✭ 293 (-2.66%)
Mutual labels:  unity
Open Project 1
Unity Open Project #1: Chop Chop
Stars: ✭ 4,235 (+1306.98%)
Mutual labels:  unity
Gromit Mpx
Gromit-MPX is an on-screen annotation tool that works with any Unix desktop environment under X11 as well as Wayland.
Stars: ✭ 287 (-4.65%)
Mutual labels:  unity
Marching Cubes Terrain
Marching Cubes terrain implementation in Unity using the Job System and the Burst compiler
Stars: ✭ 292 (-2.99%)
Mutual labels:  unity
Tutorial 2d Game Unity
Unity tutorial to learn how to make a complete 2D Shoot'em Up
Stars: ✭ 290 (-3.65%)
Mutual labels:  unity
Proceduralmotiontrack
Simple procedural motion with Unity Timeline.
Stars: ✭ 300 (-0.33%)
Mutual labels:  unity
Ecsrx
A reactive take on the ECS pattern for .net game developers
Stars: ✭ 288 (-4.32%)
Mutual labels:  unity
Gdk For Unity
SpatialOS GDK for Unity
Stars: ✭ 296 (-1.66%)
Mutual labels:  unity
Xui
💍A simple and elegant Android native UI framework, free your hands! (一个简洁而优雅的Android原生UI框架,解放你的双手!)
Stars: ✭ 3,571 (+1086.38%)
Mutual labels:  ui-components
Project Skylines
procedural retro 3d game, winner of the GitHub Gameoff 2017
Stars: ✭ 293 (-2.66%)
Mutual labels:  unity
Windows 95 Ui Kit
💾 Windows 95 UI Kit made with Bootstrap 4 components
Stars: ✭ 294 (-2.33%)
Mutual labels:  ui-components

基于ugui组件封装,高级控件库uLui

特性

组件LWidget

1.LScrollView 滑动层
2.LRichLabel 可复用的富文本
3.LControlView 摇杆控件
4.LGridView 网格容器
5.LGridPageView 网格翻页容器
6.LMovieClip 序列帧控件
7.LPageView 翻页容器
8.LButton 长按按钮
9.LListView 复用列表
10.LLabelAtlas 图集字
11.LTableView 复用表
12.LHUDView hud容器
13.LSlider 滑块
14.LProgress 进度条
15.LExpandListView 可折叠列表
16.LDragView 拖拽控件
17.LSwitch 切换条
18.LInputField 抬起输入框

窗体LWindow

1.自动管理窗体层次
2.窗体回收和缓存
3.窗体逻辑跟控件解耦

多线程网络库

整合protobuff

若干小工具

1.热更模块
2.打包ab
3.使用texturepacker图集

整合Slua

1.已经可以用纯lua开发了哦

运行

①普通测试
双击运行 Assets/Resources/Scenes/start 场景即可
②热更测试

如何热更?

1.首先配置热更
①config.txt 中修改 Debug 为 0
②config.txt 中修改 HotFix 为 1
③config.txt 中修改 ResUrl 为 你的cdn地址
2.准备打包ab
①点击菜单栏Tools->HotfixConfig,然后选择对应的平台
②然后会生成data.zip和version.ver,把他们放到cdn服务器下准备下载
双击运行 Assets/Resources/Scenes/start 场景即可

什么?这个例子太复杂?请看下面热更精简版演示:
https://github.com/LingJiJian/UnityHotFixDemo

联系

qq342854406 qq群347085657

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].