Jump to content

I need help with modding!!


FuryMarine360

Recommended Posts

Thank you for the log.

 

SDX: Could not find asset 'alien'

(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)

2018-10-09T17:17:20 10.783 ERR Loading and parsing 'blocks.xml' (Model '#Alien?alien' not found on block with id 17)
2018-10-09T17:17:20 10.783 ERR Loading of blocks aborted due to errors!
2018-10-09T17:17:20 10.784 ERR   at BlockShapeModelEntity.Init (.Block _block) [0x00000] in <filename unknown>:0 
 at BlocksFromXml.CreateBlocks (.XmlFile _xmlFile, Boolean _fillLookupTable) [0x00000] in <filename unknown>:0 

 

The error points that the unity object itself, "alien", isn't correct. Would you mind taking a screenshot of Unity, so we can see what the prefab and structure of the block looks like?

Link to comment
Share on other sites

Thank you for the log.

 

SDX: Could not find asset 'alien'

(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)

2018-10-09T17:17:20 10.783 ERR Loading and parsing 'blocks.xml' (Model '#Alien?alien' not found on block with id 17)
2018-10-09T17:17:20 10.783 ERR Loading of blocks aborted due to errors!
2018-10-09T17:17:20 10.784 ERR   at BlockShapeModelEntity.Init (.Block _block) [0x00000] in <filename unknown>:0 
 at BlocksFromXml.CreateBlocks (.XmlFile _xmlFile, Boolean _fillLookupTable) [0x00000] in <filename unknown>:0 

 

The error points that the unity object itself, "alien", isn't correct. Would you mind taking a screenshot of Unity, so we can see what the prefab and structure of the block looks like?

 

 

 

 

 

 

im new to this, is there any good sites i can use to put my picture ofn so u can see it? it wont let me post it on here

Link to comment
Share on other sites

so it should be #Alien?Alientest?

 

#<FileName>

?<UnityName>

 

So #Alien would indicate Alien.unity3d as a file.

?alienttest would be what your unity says it is.

 

When I look at your screenshot, I see the CubePrefab used. You may need to change your model reference to #Alien?CubePrefab

Link to comment
Share on other sites

This is the error: SDX: Could not find bundle named 'alien'

 

(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)

 

2018-10-09T19:14:17 11.635 ERR Loading and parsing 'blocks.xml' (Model '#alien?CubePrefab' not found on block with id 2042)

2018-10-09T19:14:17 11.635 ERR Loading of blocks aborted due to errors!

 

 

There is no bundle in the resource folder spelled alien.unity3d

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...