quabug / EntitiesBT

Behavior Tree for Unity ECS (DOTS) framework
MIT License
463 stars 37 forks source link

Entities 0.17.0-preview.41 Not Working #157

Open sky-higher opened 3 years ago

sky-higher commented 3 years ago

I think this is Fatal Error in EntitiesBT. "com.quabug.entities-bt.builder.component","1.0.2"

entities 0 17 0 preview 41 version

quabug commented 3 years ago

Thank you for reporting this, I've notice this since 0.17 was released.

This problem is actually on the side of com.unity.entities package, and should be fixed in next version (0.18). you can also find a workaround in the given link

comment out loop on line 149 in BlobAssetSafetyVerifier.cs

But I think the best choice for now is use 0.16 instead 🙈

sky-higher commented 3 years ago

ok . I will close this issue after check next (0.18.0) Entities version.