Pinned Repositories
ActionPoser
Blender rigging addon that streamlines action based setups
ActionRoguelike
Third-person Action Roguelike made in Unreal Engine C++. Project for Unreal Engine Pro C++ Course & Stanford University (CS193U)
ALS-Refactored
Completely reworked and improved C++ version of Advanced Locomotion System V4.
ALSXT
Advanced Locomotion System Refactored with expanded Character States, Improved Foot Print system, Sliding, Vaulting and Wallrunning(XT)
BlenderTools
Blender addons that improve the game development workflow between Blender and Unreal.
Chess-Challenge
https://youtu.be/iScy18pVR58
com.unity.toonshader
Unity Toon Shader ( in progress )
CPPFinalProject
Unity-Programming-Patterns
A collection of programming patterns in Unity with examples when to use them. These are primarily from the book "Game Programming Patterns," but translated from C++ to C#
UnitySOLID
SOLID for Unity. Test Cases, Dependency Injection, etc.
DisOReo101's Repositories
DisOReo101/ALS-Refactored
Completely reworked and improved C++ version of Advanced Locomotion System V4.
DisOReo101/Unity-Programming-Patterns
A collection of programming patterns in Unity with examples when to use them. These are primarily from the book "Game Programming Patterns," but translated from C++ to C#
DisOReo101/UnitySOLID
SOLID for Unity. Test Cases, Dependency Injection, etc.
DisOReo101/ActionPoser
Blender rigging addon that streamlines action based setups
DisOReo101/ActionRoguelike
Third-person Action Roguelike made in Unreal Engine C++. Project for Unreal Engine Pro C++ Course & Stanford University (CS193U)
DisOReo101/ALSXT
Advanced Locomotion System Refactored with expanded Character States, Improved Foot Print system, Sliding, Vaulting and Wallrunning(XT)
DisOReo101/BlenderTools
Blender addons that improve the game development workflow between Blender and Unreal.
DisOReo101/Chess-Challenge
https://youtu.be/iScy18pVR58
DisOReo101/com.unity.toonshader
Unity Toon Shader ( in progress )
DisOReo101/CPPFinalProject
DisOReo101/DlgSystem
Dialogue Plugin System for Unreal Engine
DisOReo101/GameRig
GameRig is an auto rigging for games addon for Blender. Built on top of Rigify, it adds rigs, metarigs and additional functionality that enable game engine friendly rig creation. Open source and can be used for personal and commercial projects.
DisOReo101/LockOnTarget
LockOnTarget system plugin for Unreal Engine
DisOReo101/open-project-1
Unity Open Project #1: Chop Chop
DisOReo101/project-based-learning
Curated list of project-based tutorials
DisOReo101/Unity-Design-Pattern
:tea: All Gang of Four Design Patterns written in Unity C# with many examples. And some Game Programming Patterns written in Unity C#. | 各种设计模式的Unity3D C#版本实现