[Unity] Split particle pack pipeline asset updates - #233
Conversation
|
🧱 Stack PR · Base of stack Stack Structure:
|
There was a problem hiding this comment.
Code Review
This pull request updates several Unity Universal Render Pipeline (URP) pipeline assets and global settings. The changes include downgrading the asset version from 13 to 12, removing reflection probe atlas and prefilter settings, clearing certain noise textures, and updating global shader references. Feedback is provided regarding a potential serialization issue in the global settings asset, where an empty reference (- rid: -2) was added, which may indicate a missing or corrupted class definition.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| - rid: -2 | ||
| type: {class: , ns: , asm: } |
There was a problem hiding this comment.
The addition of - rid: -2 with an empty type (class: , ns: , asm: ) typically indicates a null reference or a missing/corrupted class definition in the SerializeReference list. This often occurs during asset upgrades/downgrades or when a script is deleted/renamed. Please verify if there is a missing script or if this is an unwanted serialization artifact that should be cleaned up to avoid potential console warnings or loading issues.
No description provided.