I am making a new brick add-on, I have it all packed up and ready for usage. However, there is one issue. (Please respect that I am new to scripting and I am struggling to learn the concept)
Whenever I place my brick, it doesn't appear, and it isn't colliding. It might have something to do with the lack of an icon, of which I don't know how to create. Here is the script. (If that's what you want to call it)
datablock fxDTSBrickData (brick8x8x12Data)
{
brickFile = "./8x8x12.blb";
category = "Baseplates";
subCategory = "Cube";
uiName = "8x Halfcube";
iconName = "Add-Ons/Brick_Halfcube/8x8x12";
};
Again, please note that I am a complete from the scratch beginner.
Your feedback is greatly appreciated!