All Projects → chenjd → Render Crowd Of Animated Characters

chenjd / Render Crowd Of Animated Characters

Licence: mit
Animation Baker and Instancing for Animated Characters: Using GPU to implement large-amount animation characters rendering. The animation map for vertex shader to modify the vertex position of the mesh at runtime. Using GPU instancing to reduce draw calls. The initial version was released on GitHub in Jul 2017, and of course, it is still on GitHub. However, if you can buy me a cup of coffee, I will be very happy :-).

Labels

Projects that are alternatives of or similar to Render Crowd Of Animated Characters

Unity3d Rainbow Folders
This asset allows you to set custom icons for any folder in unity project browser.
Stars: ✭ 519 (-9.11%)
Mutual labels:  unity
Anything about game
A wonderful list of Game Development resources.
Stars: ✭ 541 (-5.25%)
Mutual labels:  unity
Unirx
Reactive Extensions for Unity
Stars: ✭ 5,501 (+863.4%)
Mutual labels:  unity
Hedera
paint 3D ivy in the Unity Editor, watch procedurally generated meshes simulate growth and clinging in real-time
Stars: ✭ 526 (-7.88%)
Mutual labels:  unity
Openupm
OpenUPM - Open Source Unity Package Registry (UPM)
Stars: ✭ 537 (-5.95%)
Mutual labels:  unity
Super Blur
Screen and UI gaussian blur for Unity
Stars: ✭ 543 (-4.9%)
Mutual labels:  unity
Unity Frosted Glass
❄️ Test of a frosted glass material in Unity.
Stars: ✭ 506 (-11.38%)
Mutual labels:  unity
Unitystation
The original unitystation
Stars: ✭ 566 (-0.88%)
Mutual labels:  unity
Rsvfx
An example that shows how to connect RealSense depth camera to Unity VFX Graph
Stars: ✭ 541 (-5.25%)
Mutual labels:  unity
Entitas Csharp
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Stars: ✭ 5,393 (+844.48%)
Mutual labels:  unity
Unity Shadergraph Sandbox
✏️ Collection of ShaderGraph examples for Unity.
Stars: ✭ 525 (-8.06%)
Mutual labels:  unity
Unitypcss
Nvidia's PCSS soft shadow algorithm implemented in Unity
Stars: ✭ 533 (-6.65%)
Mutual labels:  unity
Volsample
Structured Volume Sampling - sample placement algorithm for real-time volume rendering with low aliasing, for camera-in-volume case.
Stars: ✭ 546 (-4.38%)
Mutual labels:  unity
Fontainebleaudemo
Fontainebleau demo
Stars: ✭ 524 (-8.23%)
Mutual labels:  unity
Videolab
Stars: ✭ 563 (-1.4%)
Mutual labels:  unity
Textinlinesprite
UGUI图文混排 unity version: 2017.2+
Stars: ✭ 516 (-9.63%)
Mutual labels:  unity
Swarm
An example of use of compute shaders and procedural instancing.
Stars: ✭ 547 (-4.2%)
Mutual labels:  unity
Mixedreality Webrtc
MixedReality-WebRTC is a collection of components to help mixed reality app developers integrate audio and video real-time communication into their application and improve their collaborative experience
Stars: ✭ 568 (-0.53%)
Mutual labels:  unity
Jengine
JEngine是针对Unity开发者设计的开箱即用的框架,封装了强大的功能,小白也能快速上手,轻松制作可以热更新的游戏 | JEngine is a streamlined and easy-to-use framework designed for Unity Programmers which contains powerful features, beginners can start up quickly and making hot update-able games easily
Stars: ✭ 564 (-1.23%)
Mutual labels:  unity
Quickstart Unity
Firebase Quickstart Samples for Unity
Stars: ✭ 553 (-3.15%)
Mutual labels:  unity

AnimMap Baker For Animated Characters

GitHub Build my project

Description:

Using GPU to implement large-amount animation characters rendering. The animation map for vertex shader to modify the vertex position of the mesh at runtime. Useing GPU instancing to reduce draw calls.

Use Unity’s AR Foundation to create 10,000 toy soldiers in the real world on an Old iPhone 7.

The initial version was released on GitHub on 30 Jul 2017, and of course, it is still on GitHub. However, if you can buy me a cup of coffee, I will be very happy :-).

❤️ Sponsor

❤️ Animation Baker and Instancing for Animated Characters on Asset Store

Recently I added support for Unity 2019, so it can be used from Unity 5.x to Unity 2019.

And I will create a video tutorial to demonstrate how to use it. If you want to know more about the implementation behind it, you can read this article I wrote.

Features:

✓Using the animation map to modify the position of vertices of your characters at runtime to avoid a lot of cost of skin calculation.

✓Using GPU Instancing to reduce the number of draw calls, only 20 draw calls are needed to render 10,000 soldiers playing attack actions in the demo scene.

Changelog:

• Sep 8, 2020 – CI/CD pipeline on GitHub

• Aug 29, 2020 – Support Unity 2019+

• 30 Jul 2017 – Initial release

Model Resource Link:

RTS Mini Legion Footman Handpainted


Bake legacy animation info into anim map:

1201111111111111.gif

120111111111111.gif animated characters without animator & skinnedmeshrender.

GPU Instancing & mesh render for large number of animated characters:

1372105-fa2cb8df2d12c0b3.gif 10,000 animated characters with 22 drawcalls.

BlogPost

How To Render 10,000 Animated Characters With 20 Draw Calls In Unity

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].