hello, when I bundled a weapon, I got a similar error, that with the masterbundle, that with the bundle
1 Like
error is largely self explanatory: the game can only find the .dats for your items but it can’t find the unity gameobjects for them
nothing looks wrong with your .dat files (at least nothing that would stop the game from finding the item gameobject)
there’s at least 3 things that could be wrong here:
- incorrect file structure - masterbundles must be 1:1 with your map’s bundles folder, for more reference check nelson’s guide: https://steamcommunity.com/sharedfiles/filedetails/?id=1624005178
- improperly made assets - you haven’t shown your unity setup for the broken items, so until you send some pics of those i won’t be able to really help you here
- file corruption - really rare, usually a rebundle fixes this
1 Like
Are you using a MasterBundle or Unity3d files? If you’re using Unity3d’s, add this to your .dat:
Exclude_From_Master_Bundle
3 Likes
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.