OCB7D2D / OcbCustomTexturesPaints

OCB Demo Mod for Custom Texture Atlas - 7 Days to Die (A20) Addon
2 stars 0 forks source link

Error when Loading Demo mod #1

Closed donjon56 closed 11 months ago

donjon56 commented 11 months ago

I am getting errors when loading your Demo module.

It does seem to be working however and I can paint items...

This happens as well with my own project that leverages your Custom Textures code as well.... (again the textures I added there seem to work fine too).

Seems like the code is not finding the Common assets bundle in your core mod?

2023-12-02T16:20:37 80.069 ERR Loading AssetBundle "D:/7 Days To Die/7DaysToDie_Data/../Mods\OcbCustomTextures\Resources/Common.unity3d" failed: Parent folder not found!
2023-12-02T16:20:37 80.069 ERR Loading AssetBundle "D:/7 Days To Die/7DaysToDie_Data/../Mods\OcbCustomTextures\Resources/Common.unity3d" failed: Parent folder not found!
2023-12-02T16:20:37 80.069 ERR Loading AssetBundle "D:/7 Days To Die/7DaysToDie_Data/../Mods\OcbCustomTextures\Resources/Common.unity3d" failed: Parent folder not found!
2023-12-02T16:20:37 80.069 ERR Loading AssetBundle "D:/7 Days To Die/7DaysToDie_Data/../Mods\OcbCustomTextures\Resources/Common.unity3d" failed: Parent folder not found!
2023-12-02T16:20:37 80.069 ERR Loading AssetBundle "D:/7 Days To Die/7DaysToDie_Data/../Mods\OcbCustomTextures\Resources/Common.unity3d" failed: Parent folder not found!
2023-12-02T16:20:37 80.069 ERR Loading AssetBundle "D:/7 Days To Die/7DaysToDie_Data/../Mods\OcbCustomTextures\Resources/Common.unity3d" failed: Parent folder not found!
2023-12-02T16:20:37 80.069 ERR Loading AssetBundle "D:/7 Days To Die/7DaysToDie_Data/../Mods\OcbCustomTextures\Resources/Common.unity3d" failed: Parent folder not found!
2023-12-02T16:20:37 80.069 ERR Loading AssetBundle "D:/7 Days To Die/7DaysToDie_Data/../Mods\OcbCustomTextures\Resources/Common.unity3d" failed: Parent folder not found!
2023-12-02T16:20:37 80.069 ERR Loading AssetBundle "D:/7 Days To Die/7DaysToDie_Data/../Mods\OcbCustomTextures\Resources/Common.unity3d" failed: Parent folder not found!
2023-12-02T16:20:37 80.069 ERR Loading AssetBundle "D:/7 Days To Die/7DaysToDie_Data/../Mods\OcbCustomTextures
donjon56 commented 11 months ago

This issue was strictly my error. I missed the Resources folder in the OcbCustomTextures mod some how.