BobbyAnguelov / Esoterica

Esoterica Engine
https://www.esotericaengine.com
MIT License
912 stars 63 forks source link

External Zip File should update #31

Closed the-loki closed 11 months ago

the-loki commented 12 months ago

some dep like ISPCTextureCompressor not found in it.

BobbyAnguelov commented 11 months ago

Ah yeh, that's my bad. I'm currently on vacation but will try to update it as soon as possible.

Sorry about that.

mctb32 commented 11 months ago

I think I've run into the same issue. At first I had an error opening in ResourceCompiler_RenderTexture.cpp, but I found it included in the externals so I switched to a relative path. But now I'm getting error opening in the same cpp and this one is not included in the externals.

BobbyAnguelov commented 11 months ago

Yeh, I recently switched from directxtex to ispc texture compressor and forgot to update the dependencies.

I'm flying back from my vacation today so I'll try to update it tomorrow evening after work.

BobbyAnguelov commented 11 months ago

ExternalData.zip should be updated. Let me know if there's any issues.

I need to find a better way to manage this...