Pinned Repositories
2DFPhysics
2D fixed-point physics for Unity (WIP).
AAAResearch
For AAA game researching
AngryBots_ECS
The DOTS project used for the presentation Converting Your Game to DOTS
Animation-Instancing
This technique is designed to instance Characters(SkinnedMeshRender).
ATerribleKingdom
Scripting the Timeline for games in creative ways. Includes a small RTS game build on the 'A Mighty Kingdom' assets
BetterStreamingAssets
A plugin for Unity that lets you access Streaming Assets directly on Android.
DOTS-training-samples
Samples designed as exercises to be ported from Unity GameObjects/MonoBehaviours to Unity DOTS.
ProjectileShooting
Project demonstrating in Unity how to fire a projectile at a target by either specifying its initial velocity or initial angle. Also draws out the projectile's expected trajectory.
tolua
The fastest unity lua binding solution
nmkooxx's Repositories
nmkooxx/ProjectileShooting
Project demonstrating in Unity how to fire a projectile at a target by either specifying its initial velocity or initial angle. Also draws out the projectile's expected trajectory.
nmkooxx/2DFPhysics
2D fixed-point physics for Unity (WIP).
nmkooxx/ATerribleKingdom
Scripting the Timeline for games in creative ways. Includes a small RTS game build on the 'A Mighty Kingdom' assets
nmkooxx/BetterStreamingAssets
A plugin for Unity that lets you access Streaming Assets directly on Android.
nmkooxx/ExcelMaker
Excel to Csv,Json,Support combine multi row to one strut
nmkooxx/FileNameManager
a folder-based tool for batch modify the file name
nmkooxx/FixedPoint-Sharp
Fixed point math with 48.16 precision (based on lib by https://github.com/fholm)
nmkooxx/KCP
KCP C#版。线程安全,运行时无alloc,对gc无压力。
nmkooxx/kcp-unity
kcp+tcp+websocket framework for unity
nmkooxx/KIT
Unity3D开发的工具包集合, 集成常见的开发组件以免于重复造轮子。佛系更新中。。。
nmkooxx/Latios-Framework
A Unity DOTS framework for my personal projects
nmkooxx/LiteNetLib
Lite reliable UDP library for Mono and .NET
nmkooxx/MyUWA2020Note
nmkooxx/PlannarShadowForUnity
Planar Shadow is very cheap and useful for mobile games.
nmkooxx/Prefab-System
`com.unity.entities 1.0`-compatible way to find (lookup) prefab entities
nmkooxx/PrefabLightmapping
Script for saving lightmapping data to prefabs. Used through the Assets tab in Unity. Place your prefbas in the scene with this script at the root. Set up your lighting and in the editor go to Assets->Bake Prefab Lightmaps. After is processed you can now spawn your prefabs in different scenes and they will use the lightmapping from the original sce
nmkooxx/preserve-cd
Game Preservation Project
nmkooxx/protobuf3-for-Unity-and-ILRuntime
nmkooxx/RichText
unity:基于ugui的高效、大规模头顶文字
nmkooxx/SpriteDicing
Unity extension for lossless sprite texture compression
nmkooxx/TextFilesForTextMeshPro
When using TextMeshPro in Unity Editor,we can create a Font Asset from a text file.Here are some text files.I think they can help you customize your own Font Asset.The more text files are coming soon.
nmkooxx/TextMeshOutline
TextMesh描边优化
nmkooxx/TouchSocket
TouchSocket是 C# 的一个整合性的、超轻量级的网络通信框架。包含了 tcp、udp、ssl、http、websocket、rpc、jsonrpc、webapi、xmlrpc等一系列的通信模块。一键式解决 TCP 黏分包问题,udp大数据包分片组合问题等。使用协议模板,可快速实现「固定包头」、「固定长度」、「区间字符」等一系列的数据报文解析。
nmkooxx/UI_RenderPipelineInLinearSpace
Unity UI Render Pipeline in Linear Color Space
nmkooxx/unity-debug-overlay
A fast and garbage free debug overlay for Unity
nmkooxx/unity-dither4444
AssetPostProcessor for making high-quality 16-bit color textures in Unity.
nmkooxx/unity-stylized-water
A stylized water shader (and material presets) for Unity.
nmkooxx/UnityAndroidIl2cppPatchDemo
这是Unity Android APP il2cpp热更完美解决方案的Demo。更新build_demo_apk里的Unity路径,执行即可一键重build Patch和apk。因为文件libunity是没有热更的,如unity版本有变化则热更不适用。
nmkooxx/UnityAndroidIl2cppPatchDemo-libboostrap
core so lib for UnityAndroidIl2cppPatchDemo solution
nmkooxx/UnityAstcGpuEncoder
Encode astc texture in pixel shader