
Simple Male/Female 3D Models that use a modular 2D Face animation system and modular material-based clothing system.The asset was only tested in URP.The Models (characters):There is one male model and one female model. Each model has less than 5k verts and less than 9k tris, in addition to an included skeleton (not rigged for animation or IK).Clothing System (Material Segments):There are 24 material segments built into each model's mesh. This allows devs to drag and drop materials onto sections of the models to create various clothing items.MaterialsThree ready-to-go face materials are included: Brows, Eyes, and Mouths.An “Extra Materials” folder is also included to quickly start adding outfitsto the models in the demo scene. 2D Animated Face System:Each model includes a face mesh which can hold any number of materials (face features). By manipulating material offsets referencing a 5×5 sprite grid, combined with materials that use transparent base maps, a face can be rendered.The face animation system uses a tree of scriptable objects which represent the graphics on the sprite map as data. There are Features, Faces, One Shots, Loops, and Groups.Features represent individual illustrations like an Eye or pair of Eyes, mouth, nose, etc…Faces are an array of features with different types.One Shots iterate through an array of Features with the same type, using them like frames in traditional animation.Loops repeat an array of One Shots and are good for animations like talking and blinking. Some randomization is used to give variety to the animation. Loops can also be terminated, exiting to a specified feature.Groups iterate through an array of One Shots similarly to the way One Shots iterate through features. Groups use delays for animation control.The images on the sprite map can be edited or completely changed.PrefabsThe model prefabs are variants of their FBX counterparts but have been prepared with a box collider, adjustments to the body and face bounds, and their face game objects have been given the FaceController componenet.Demo SceneThe demo scene is bare-bones. It includes both models and a sprite map with animation guide lines. The Models in the scene have had their Face Controllers populated and use an additional AnimationDemo component.2 Base Characters (M/F)2 meshes per model (body / face)Less than 5k VertsLess than 9k TrisBody Materials are all Principled BSDF by defaultinteded to be replaced in UnityFace defaults to a regular Lit materialinteded to be replaced in UnityTextures for the default Brows, Eyes, Mouths, and Noses are includedSimple Skeleton (not rigged for animation or IK)No animations includedBody UV = Smart UV Project66deg, scaled axis-aligned vertical, 0, 0, correct aspectFace UV = Project From Viewcentered, scaled .5x.524 Material Segments used as clothing or under-layerNo LOD informationAnimated 2D Face SystemModularUses Scriptable ObjectsPresets/examples includedcustomizable / editablereferences the included 5x5 sprite mapSprite map template included as a .png and .svgCaracters can share materials used for the facenew material instances are created in runtime