Bulk-updates Mixamo material assets under Assets/Mixamo Animations to the Universal Render Pipeline material layout (serializedVersion -> 8). Shader references were replaced with the URP shader GUID, an AssetVersion MonoBehaviour block was added, and many new material properties were added/normalized (BaseMap/_BaseColor/_SpecColor, SpecGlossMap, unity_Lightmaps/unity_ShadowMasks, various floats/ints like _Smoothness/_Cull/_Surface/_WorkflowMode, disabled MOTIONVECTORS pass, etc.). ProjectSettings.asset was also modified (likely to reflect the pipeline update). These changes align materials with URP serialization and rendering expectations.
Add a full Unity project scaffold: Input System actions (.inputactions + meta), SampleScene and scene meta, URP render pipeline and profile assets, TutorialInfo (scripts/icons), a Readme LFS pointer, ProjectSettings (audio, graphics, input, quality, XR, etc.), and Packages/manifest.json. Sets up default player and UI input mappings, rendering settings, and editor/project configuration for the project.
Add common binary/asset patterns to .gitattributes to route large or binary files (.psd, .fbx, .obj, .png, .jpg, .asset) through Git LFS. Extend .gitignore to exclude common OS-generated files (.DS_Store, .Spotlight-V100, .Trashes, ehthumbs.db, Thumbs.db, etc.) to prevent committing platform artifacts.