hadashiA / VContainer

The extra fast, minimum code size, GC-free DI (Dependency Injection) library running on Unity Game Engine.
https://vcontainer.hadashikick.jp
MIT License
1.89k stars 165 forks source link

Missing reference to Unity.Collections after installing Entities 1.0.0-pre.65 on Unity 2022.2.14 #503

Closed NeistH2o closed 1 year ago

NeistH2o commented 1 year ago

I'm having issues after installing Entities which may not be related to VContainer, but one of the errors I get says this: image

NeistH2o commented 1 year ago

I just tried editing the asmdef of the package in my IDE, even though I'm not supposed to, and it does seem to have allowed the compilation to continue.

hadashiA commented 1 year ago

Seems duplicates of #494

NeistH2o commented 1 year ago

It would be nice to have this change released because the import problem keeps appearing, I just updated a different package and now I can't get it to work. Adding the missing reference manually works once and then breaks down again after an assembly reload.