Pinned Repositories
actioneditor
This c# project is unity editor plugin for action, skill, AI.
BehaviorTree
bepuphysics2
Pure C# 3D real time physics simulation library, now with a higher version number.
CelShadingWithFringeShadow_URP
A demo for displaying fringe shadow in cel shading by unity
cpp_test_examples
cpp test examples
flow-field
Experimentation of flow field pathfinding in conjunction with steering behaviors.
hello-world
my first repository
LockstepEngine
A lockstep solution include lots of deterministic library (Math,Collision,Navmesh,BehaviorTree,Serialization ...)
NovelsEditor
一款简单的视觉小说编辑器
OpenSteer
OpenSteer is a C++ library to help build steering behaviors for autonomous characters in games and animation.
shimoop's Repositories
shimoop/actioneditor
This c# project is unity editor plugin for action, skill, AI.
shimoop/BehaviorTree
shimoop/bepuphysics2
Pure C# 3D real time physics simulation library, now with a higher version number.
shimoop/CelShadingWithFringeShadow_URP
A demo for displaying fringe shadow in cel shading by unity
shimoop/cpp_test_examples
cpp test examples
shimoop/flow-field
Experimentation of flow field pathfinding in conjunction with steering behaviors.
shimoop/hello-world
my first repository
shimoop/LockstepEngine
A lockstep solution include lots of deterministic library (Math,Collision,Navmesh,BehaviorTree,Serialization ...)
shimoop/NovelsEditor
一款简单的视觉小说编辑器
shimoop/OpenSteer
OpenSteer is a C++ library to help build steering behaviors for autonomous characters in games and animation.
shimoop/PostProcessing
Post Processing Stack
shimoop/RayTraccer
shimoop/recast4j
Java Port of Recast & Detour navigation mesh toolset
shimoop/recastnavigation
Navigation-mesh Toolset for Games
shimoop/recastnavigation-learn
学习recastnavigation
shimoop/SRPLearn
Unity可编程渲染管线造轮子项目
shimoop/testGitPush
None
shimoop/Unity_Shaders_Book
:book: 书籍《Unity Shader入门精要》源代码
shimoop/UnityURP-BillboardLensFlareShader
(1)Add a new Quad GameObject (2)Use this shader (3)Done! Now you have billboard lens flare shader for URP!
shimoop/UnityURP-MobileDrawMeshInstancedIndirectExample
Example project to draw 1million grass instances on mobile
shimoop/UnityURP-MobileScreenSpacePlanarReflection
Reusable RendererFeature of MobileScreenSpacePlanarReflection
shimoop/UnityURPToonLitShaderExample
A very simple toon lit shader example, for you to learn writing custom lit shader in Unity URP
shimoop/UnityURPUnlitScreenSpaceDecalShader
Unity unlit screen space decal shader for URP. Just create a new material using this shader, then assign it to a new unity cube GameObject = DONE, now you have unlit decal working in URP
shimoop/UnityXCProject
test
shimoop/upm-embed
Unity editor extension for easily embedding UPM packages in your project
shimoop/URPRenderPractice
基于URP的渲染技术学习