Commit Graph

4 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
bb7c0173e6 Add character height scaler and assets
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.
2026-03-06 05:37:37 -08:00
Robii Aragon
0e961ba4b1 Migrate shaders to URP and add loading screen
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.
2026-02-23 21:47:59 -08:00
Robii Aragon
fd87a6ffd5 add ckg
plantilla base para movimiento básico
2026-02-05 05:07:55 -08:00