Contains 12 major categories, 202 non-repeated asset models-and a total of 685 assets including duplicates.
Instructions:
1. Add CustomUnityAsset and load .assetbundle file from asset package
Asset name suffix description:
1. SS" stands for "Single-sided model". The backside is not displayed, making it more resource-efficient compared to double-sided models.
2. "M", model with wet effect.
3. "T" stands for "Semi-transparent model".
Scene Building Suggestions:
1. If you need to lay a large area of floor tiles, it is recommended to first associate the floor tiles with a SubScene and save it. Then, lay the floor tiles by loading the SubScene, which can reduce the repetitive addition of CUA operations.
2. Floor tiles can also be used as ceilings. By using floor tiles with the suffix SS and flipping them downwards, a single-sided ceiling can be achieved, which can improve scene performance.
3. WALL_01 consumes more performance than WALL_02, and the performance consumption of Stairs depends on how many bricks it is composed of.
V2 Update Content:
1. Fixed the texture error for CORNERS_PILLAR.
2. Optimized Door_Key 1~2 texture and model accuracy.
3. Except for Stair_Block and Stair_Pillar, all other assets remain the same. Because splitting them will take up more storage space, many models that require repeated material calls will still be in the same assetbundle. However, in order to better find models from the assetbundle, all asset paths have been optimized.

4. Deleted all NColl non-collision body models, and after testing, there is actually no performance difference compared to turning on Physical collision in VAM.
5. Added 4 new models for Wall_DOOR, created wet versions for 202 models, and added SS version models for walls.


6. Add example scenario B scene.
The asset package's capacity has almost reached 1G. Unless there are errors in the package, there will be no further updates. However, this does not mean that the theme is complete. The remaining content will be released as a new extended asset package.
SuperSamot
2023-06-01 11:41:29 +0000 UTC