Search Issue Tracker
Fixed
Fixed in 6000.3.X, 6000.4.0b5, 6000.5.0a2
Votes
0
Found in
6000.0.62f1
6000.2.12f1
6000.3.0b10
6000.4.0a4
6000.5.0a1
Issue ID
UUM-126650
Regression
No
Obsolete API warning CS0618: 'HDAdditionalLightData.SetIntensity(float)' is thrown when installing “Output Event Helpers” Samples to the project
Steps to reproduce:
1. Create new Unity project using High Definition 3D Template
2. Create any VFX Asset in Project window (Simple Loop VFX for example)
3. Open the VFX
4. At the top toolbar press dropdown icon to open a menu (next to “?” Icon)
5. Select Output Event Helpers
6. Once imported, observe the Console window
Actual results: Warning is thrown in the Console window: Assets/Samples/Visual Effect Graph/17.5.0/OutputEvent Helpers/Runtime/VFXOutputEventPrefabAttributeLightHandler.cs(29,13): warning CS0618: 'HDAdditionalLightData.SetIntensity(float)' is obsolete: 'This method has been deprecated. Use LightUnitUtils.ConvertIntensity(...) & directly set Light.intensity instead. #from(2023.3)'
Expected results: No warnings are thrown in the Console window
Reproducible with versions: 6000.0.62f1, 6000.2.12f1, 6000.3.0b10, 6000.4.0a4, 6000.5.0a1
Tested on (OS): macOS Silicon Tahoe 26.0 (M1)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Frame Debugger is not disabled when switching Scenes if the Frame Debugger window is not open during the transition
- Standalone Profiler Targets another Project if a Standalone Profiler was launched in it before when switching between Edit or Play Mode Targets
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- PhysicsRaycaster ray length is incorrect when casting from rotated Camera
Add comment