Remove hardcoded background-color from MainMenu.uss. Add PerformanceTestRunInfo.json and PerformanceTestRunSettings.json (plus their .meta files) to store performance test metadata and settings. Update ProjectSettings.asset LFS oid/size to reflect project metadata change.
Apply Unity serialization/property updates to the Crafting Workbench prefab and related scenes/settings. Changes include transform position/scale tweaks, added/updated serializedVersion fields, new MeshRenderer/Collider properties (ray tracing flags, static shadow caster, mask interaction, include/exclude layers, providesContacts, additional vertex streams, etc.), and many new default MonoBehaviour fields and event placeholders (playerTag, audio resource, assembly type name placeholders, various action/config flags). Also adds SampleSceneMAMADO.unity and updates SampleScene.unity, UniversalRenderPipelineGlobalSettings.asset, GraphicsSettings.asset, and ProjectSettings.asset to match the updated serialization/schema.
Add a new characterHeightScaler runtime component and characterHeightScalerEditor for Unity to auto-detect and apply a model scale to match the GKC standard height (capture/apply/reset, foot alignment, debug UI). Update DudeAvatar materials to assign main textures, clear legacy shader keywords and enable XR motion vectors. Modify launchObject material to use transparent surface settings, correct render queue/blend/ZWrite and disabled shadow/depth passes for proper particle rendering. Update ParticlesLight prefab to include UniversalAdditionalLightData and URP-related light fields (cookie size, shadow & rendering layers, etc.). Add new Flaco alien folder with prefabs/meshes and new house materials; remove some legacy alien FBX files. Also include Scene and ProjectSettings updates to accommodate the changes.
Align _Color with _BaseColor for Skin, Suit and Tongue materials to fix color mismatches. Also update Git LFS object IDs for SampleScene, PC_RPAsset.asset, ProjectSettings.asset and QualitySettings.asset (assets were re-saved, resulting in new OIDs and size changes).
Convert MainMenu and LoadingScreen UXML/USS to responsive layouts (percent-based sizing, media queries for wide/tall screens), adjust spacing, fonts and colors, and refine spaceship icon and button styles. Update MainMenu and LoadingScreen controllers to force the root TemplateContainer to occupy the full screen. Add Assets/Resources.meta. Update metadata and LFS object IDs for several Unity assets (ReflectionProbe-0.exr.meta importer fields and AssetOrigin, Komikax font LFS oid, Loading.unity, DefaultVolumeProfile.asset, and project settings hashes) to reflect import/serialization changes.
Reworks multiple shaders and materials for URP compatibility and adds a Loading screen/scene and a few model imports. Key changes:
- Converted ProBuilder standard vertex-color shader and several particle/surface shaders to URP HLSL passes (UniversalForward, ShadowCaster, Depth, DepthNormals) preserving base texture * tint * vertex color, normal map and PBR parameters.
- Updated particle SurfaceShader_VC to a URP forward pass and simplified lighting to use URP shader library helpers.
- Updated materials (landMark, tile) to point to project textures, adjust keywords/flags (e.g. XRMotionVectorsPass, disable ShadowCaster for one), tweak tiling and base color values.
- Added a Loading screen UI (UXML, USS) and LoadingScreenController.cs plus a new Loading scene and scene metadata.
- Imported new FBX assets (T-Pose, Untitled) and updated Editor build settings / project settings to include the new Loading scene.
These changes migrate rendering code to the Universal Render Pipeline and add a basic loading UI/scene, while updating materials and project settings accordingly.
Import two UI audio packs (Casual Game Sounds U6 and Free UI Click Sound Effects Pack) including dozens of .wav files, metadata, license/artwork and documentation. Add TextMesh Pro resources and new fonts (KOMIKAX and LiberationSans) and associated materials. Update MainMenu UI (MainMenu.uxml), its controller (MainMenuController.cs), panel settings asset and refresh MainMenu and SampleScene unity scenes to use the new assets.
Add VS Code workspace/launch/settings for Unity development and a new MainMenu scene/UI (uxml, uss, tss) with MainMenuController and related assets. Import two alien character FBX models (with generated .meta settings) and add folder metadata. Update Git LFS pointers for a Game Kit scene and add modifications to Game Kit Controller assets (World Canvas material and Save Camera render texture) and ProjectSettings/QualitySettings. These changes bring initial UI/menu assets and character models into the project and add editor tooling/config for easier development.
Add a new House asset (Assets/Game/House/CasaExample.fbx) with corresponding meta and folder metadata. Adjust World Canvas material (removed _SPECULAR_COLOR, disabled SHADOWCASTER pass, enabled XR motion vectors flag) and update Save Camera RenderTexture serialized settings. Update SampleScene LFS entry and bump Unity package versions in Packages/manifest.json (several dependency version updates). Also update ProjectSettings (project asset/hash and ProjectVersion to 6000.3.8f1).
Add a new Pause Menu UI (UXML, USS, TSS, asset/meta) and related UI folder metadata. Add new terrain assets and TerrainData files, plus lighting settings for the 2.5d demo scene. Import a new character model (X Bot.fbx) with its importer meta and new characters folder. Update SampleScene and LFS pointers, and refresh render pipeline settings (Mobile RP & URP global settings) and project/package settings. Tweak multiple material files: align _Color with BaseColor, add SHADOWCASTER to disabled shader passes for Ellen materials, and assign a missing main texture for Vincent_Hero_High_diffuse.
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.