Pinned Repositories
ABSystem
Unity3D AssetBundle 打包与管理系统,支持增量更新打包
ActionRPGGame
Unreal Engine 4 Action RPG type game starter kit.
AI-Planner-Examples
[AI] AI Planner Examples
ai-planner-samples
AI Planner: Samples
ARShooter
AssetStudio
AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.
Awesome-Unity-Shader
分享与收集炫酷的Unity3D Shader|| About Cool Unity3D Shaders
Catnap
com.autodesk.fbx
FBX SDK C# bindings
maguslin's Repositories
maguslin/ai-planner-samples
AI Planner: Samples
maguslin/AssetStudio
AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.
maguslin/com.autodesk.fbx
FBX SDK C# bindings
maguslin/CSharpGameFramework
基于unity3d引擎与c#语言的游戏框架/架构(包括客户端与服务器)。使用ServerPlatform作为服务端通信基础设施。
maguslin/Entitas
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
maguslin/Fight-Merge-WeaponEvolution
maguslin/Graduation-Project
The main objective of this project is to implement the inverse kinematics algorithm which will be used to animate a 3D rigged model in 3D world. Then implement an algorithm for mapping two different models, where they may or may not have the same deformation system of bones. Coded in C# and used Unity as a platform for the implementation
maguslin/IdleMerge
A mobile game where you merge weapons and defensive gear to obtain stronger gear. While earning income defeating enemies and bosses, while you progress through the game.
maguslin/lightmap-switching-tool
Tool that allows switching different baked lightmap sets on a unity scene at runtime.
maguslin/loli_profiler
Memory instrumentation tool for android app&game developers.
maguslin/MergeWeapon
maguslin/Monkey-And-Friends
maguslin/NavMeshComponents
High Level API Components for Runtime NavMesh Building
maguslin/OpenAI_Unity
A basic implementation of OpenAI in Unity.
maguslin/plato
Plato is a unity extension skill system.The editor is somehow like the timeline editor.Feel free to use it.
maguslin/play-unity-plugins
The Google Play Plugins for Unity provide C# APIs for accessing various Play services
maguslin/point-e
Point cloud diffusion for 3D model synthesis
maguslin/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 scene.
maguslin/qtengine
Unity Networking Library in C#
maguslin/ServerPlatform
基于node.js与libevent的游戏服务器端通信底层架构与管理架构。主要用于支持C#实现的游戏逻辑服务器进程。可以支持windows、mac与linux(64bit)三种平台。
maguslin/Smart-camera
OpenCV+Pyqt实现人脸互换、人脸融合,人脸特效、人脸生成,OpenCV结课大作业
maguslin/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.
maguslin/TPS-SLG-GAME
Unity制作的多人在线的第三人称策略类射击游戏 ,服务端实现怪物寻路,服务端由python 实现。 (服务端没有用任何python第三方库)
maguslin/UIEffect
UIEffect is an effect component for uGUI element in Unity. Let's decorate your UI with effects!
maguslin/UniHacker
Patch all versions of Unity3D and UnityHub
maguslin/unity-dithered-transparency-shader
Unity material and shader for applying clipped, dithered transparency
maguslin/unity-navgen
Tools for working with Unity's NavMeshComponents and generating navmesh: link generation, mesh cleanup, etc
maguslin/UnityURP-MobileDrawMeshInstancedIndirectExample
Example project to draw 1million grass instances on mobile
maguslin/xml2lua
XML Parser written entirely in Lua that works for Lua 5.1+. Convert XML to and from Lua Tables 🌖💱
maguslin/zstring
C# string零GC补充方案