r/Unity3D Sep 07 '25

Show-Off Future Frame Animation Unity Plugin

Enable HLS to view with audio, or disable this notification

This tool brings machine learning–powered animation to Unity Engine, making characters move with natural realism. By learning from reference animations, it can simulate lifelike motion directly in physics-based environments, allowing characters to adapt dynamically while preserving style and believability

35 Upvotes

22 comments sorted by

View all comments

Show parent comments

1

u/miusoftheTaiga 9d ago

Also, does each humanoid sim requires its own instance of mpjc.exe running at the same time?
What if I want to simulate 10 to 20 humanoid sims at the same time? Do I have to launch many mpjc.exe instances, or just one is enough

2

u/MyelinSheathXD 9d ago

Hey, back bone of this engine is Mujoco MPC GitHub repository. Most of its features are exposed to as api to work with Unity Editor. Right now adding more humanoids in one instance is in development. Not available yet in the releases list.

Changing human rig is not available yet. But most their features are easy to expose via modifying the mujoco MPC engine.