Modify Assets/Scenes/Main Scene.unity: adjust multiple GameObject transforms and prefab instance localPositions (several large position shifts), rename/add objects (TeleporterE1, HallT_Label3 -> TeleporterE1, BulletInsert), add new prefab instance modifications, update mesh/material references and ray-tracing mode, remove many temporary/unused Cube entries to clean up the scene, and activate a character (Nolan). Update .idea workspace.xml: add changelist entry referencing the scene, add a short workItem entry timestamp, and remove a Unity reference flag. Overall: scene layout and prefab cleanup, plus small IDE metadata updates.
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.
Add a new "Assets/Prefabs/Maze/Maze Completed" folder with multiple FBX models (corner, straight, T/junction, cross, dead-end, pipes, planes, light) and corresponding .meta importer files, plus a folder .meta. Update .idea workspace.xml to remove two tracked asset entries and adjust a workItem duration. Also modify Assets/Scripts/Camera Controller/CameraRotationHandler.cs (minor change). These changes import completed maze assets into the project and tidy up IDE workspace metadata.