Commit Graph

3 Commits

Author SHA1 Message Date
Robii Aragon
60b3a63e14 Update crafting workbench prefab & settings
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.
2026-03-06 21:51:37 -08:00
Robii Aragon
36de59999a Add Pause Menu UI, terrains, and X Bot model
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.
2026-02-12 02:40:53 -08:00
Robii Aragon
ed7b223c04 Add initial Unity project files and settings
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.
2026-02-05 04:41:56 -08:00