dreaw131313 / MotionMatchingByDreaw

Animation system for Unity engine based on motion matching
MIT License
263 stars 43 forks source link

What Minumum version for Unity? #7

Closed ken-tank closed 1 month ago

ken-tank commented 4 months ago

i got namespace error (Not Found) on Brust Job Package with unity 2021.3 The type or namespace name 'IJobParallelForBatch' could not be found

ken-tank commented 4 months ago

For anyone who has same problem, you need this package installed on your project:

ECS was hidden in package manager, you need install it by name com.unity.entities

ItsSaswata commented 1 month ago

For anyone who has same problem, you need this package installed on your project:

  • Brust
  • Collections
  • Entity Component System (ECS)

ECS was hidden in package manager, you need install it by name com.unity.entities

Okay but then what where to start what to do?

ken-tank commented 1 month ago

For anyone who has same problem, you need this package installed on your project:

  • Brust
  • Collections
  • Entity Component System (ECS)

ECS was hidden in package manager, you need install it by name com.unity.entities

Okay but then what where to start what to do?

i don't know, how to use this tool