• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

how to find block texture resource

I searched for resources.assets with "*Siding_blue*" to find the texture resource shown below in painting.xml, but I could not find the data.

I use unity asset bundle extractor to search resources.assets.

<paint id="19" name="txName_Siding_blue">

<property name="TextureId" value="50" />

<property name="Group" value="txGroupWood" />

<property name="PaintCost" value="1" />

</paint>
How do I search for block texture resources?

 
Code:
Steamgamedir\Data\Bundles\BlockTextureAtlases
Find ta_opaque for the block atlas.

 
Back
Top