How to reproduce:
1. Create a new URP Sample project
2. Observe the Console
Expected results: No errors are thrown
Actual results: "'Object.GetInstanceID()' is obsolete" error is thrown by the "LightFlicker" script
Reproducible with: 6000.5.0b1, 6000.5.0b2, 6000.6.0a2
Not reproducible on: 6000.0.72f1, 6000.3.13f1, 6000.4.2f1, 6000.5.0a9
Reproducible on: macOS Tahoe 26 (M1)
Not reproducible on: No other environment tested
Notes:
- If the packages throw errors, they have to be cleared before this error appears
- Not considering it a regression since it was not updated rather than regressed
Full error:
Assets/Scenes/Garden/Scripts/Runtime/LightFlicker.cs(31,26): error CS0619: 'Object.GetInstanceID()' is obsolete: 'GetInstanceID is deprecated. Use GetEntityId instead. This will be removed in a future version.'