Commit Graph

6 Commits

Author SHA1 Message Date
64b2115386 Normalize materials, add Unity.UI, cleanup scene
Unify and sanitize material YAML, update asmdef references, add Fusion .idea config, and trim scene serialization noise.

- Materials: replaced shader fileIDs/guid with neutral reference, added _GLOSSYREFLECTIONS_OFF keyword and common properties (_Mode, _UVSec), cleared stringTagMap, adjusted blend/ZWrite values for transparent materials to match intended settings.
- asmdef: added "Unity.UI" to both Fusion.Editor and Fusion.Runtime assembly references.
- Added IDE config files for Assets/Photon/Fusion/Runtime/Statistics (.gitignore, encodings.xml, indexLayout.xml, inspection profile, vcs.xml).
- Plugins: updated GUIDs in Sirenix/Odin Inspector Unity.Mathematics meta files.
- Scene: removed several redundant/unneeded serialized fields (Universal RP camera/light/volume extras and empty player list) to reduce clutter.

These changes aim to fix shader reference inconsistencies, align material settings, ensure Unity.UI dependency is declared, and reduce noisy serialized data in the scene.
2026-06-11 22:25:45 +07:00
435fbccad5 update 2026-06-09 22:48:04 +07:00
1c8544d383 update map gen 2026-06-09 22:46:32 +07:00
466a9fac10 update 2026-06-09 00:38:54 +07:00
252489f48a Update 2026-04-28 00:07:42 +07:00
e051667037 Update 2026-04-27 16:37:06 +07:00