Where Vertices, Indices, Normal and UV information is stored?

Hi,

When we import a 3D model, files like model file, Skeleton file are generated and added to the project. But I could not see any file with the Vertices, Indices, Normal and UV information of the model. Where does this information stored?

Thanks in advance.

Dear @tonfilm,

Can you please answer this?

Thanks in advance.

hi, the vertex data gets stored in the runtime types (Model/Mesh/MeshDraw) and is serialized into a database on disc. to be specific, the /db folder in the /Bin output folder contains the serialized bytes.