Uploading Resources (Notice-Need to know)
Unity3D scene art creation specifications - Metasy
1. Unit and Scale Consistency
Before modeling, set the unit of measurement. All models used in the same scene must have consistent units. The scale between models should be accurate and match the import units of the program. Even if scaling is needed later, it can be adjusted uniformly. Use meters as the standard unit.
2. Model Standards
2.1 All character models should ideally stand at the origin. Unless specifically required, the center of the object must be the axis.
2.2 Control of polygon count. Each mesh model should be controlled between 300-1500 polygons for optimal results.
2.3 Each model should be separated for easy modification of polygon count.
2.4 Export model format: FBX format.
3. Texture File Format and Size
Use PNG format for original textures without channels. The size of texture files should be powers of 2 (8, 16, 32, 64, 128, 256, 512, 1024), with a maximum size of 1024x1024. Adjustments within these sizes are allowed under special circumstances.
4. Texture Material Application Rules
4.1 Textures must not be named in Chinese and must not have duplicate names.
4.2 Material names should match the object names, and the naming of parent-child hierarchy in materials must be consistent.
4.3 The same type of texture must use a single material.
4.4 Except for objects requiring double-sided materials, other objects should not use double-sided materials.
5. Prefabs
In Unity3D, it's called a Prefab. Think of it as a game component template for mass application, like repeated elements in a scene, such as enemies, soldiers, bullets, or a wall made of identical bricks.
Prefabs are like clones but differ in position, angle, or certain attributes.
Prefabs should be assigned materials; gray indicates no material.
How to Create a Prefab
Start by creating a "Prefabs" folder. Place all your prefabs in this folder for easy management.。
1. Drag the Model into the scene.
2.
3. Apply the material directly to the Model.
4.
5. Drag the Model into the folder.
6.
6. File Naming Conventions
6.1 (Note: Names should not contain spaces, e.g., 'Bathroom_sink' instead of 'Bathroom sink').
6.2 Keep object names, material names, and texture names consistent.
6.3 The same texture must use a single material; delete any excess.
7. Project Folder Naming Standards
Materials: Materials, Meshes: Meshes, Prefabs: Prefabs, Scenes: Scenes, Skybox: Skybox, Textures: Texture Maps.
8. Engine Uses U3D (URP) Rendering Pipeline
8.1 URP post-processing can be used.
8.2 Create a new volume in the scene.
8.3 Create a new volume profile and assign it to the volume.
9. Project Submission Resource Package
9.1 Terrain and baking are currently not supported.
9.2 Try to keep the resource package size under 200MB.
9.3 Place lights inside prefabs; avoid clustering too many at one point.
9.4 Combine the entire project into one large prefab.