The type or namespace name 'LookDev' does not exist in the namespace 'UnityEditor.Rendering'

Got a project that was fine on friday but opened it today and I have this error, it seems to be from public UnityEditor.Rendering.LookDev.Context @_context; in the generated C# code and when I exported the scene with the bug report tool for Needle and opened it fresh, it opens and runs fine no errors :sweat_smile: Project attached if needed but I’m so confused why it is fine in the other project and was fine on friday!
ARDemo-221121_uw.zip

Original Post on Discord

by user 103054507105067008

I’d say add a annotation to either not generate that field at all or to generate it using another type

Is that documented in here or anywhere for quick reference? https://engine.needle.tools/docs/api/#classes

by user 103054507105067008

Thats related to component gen so the documentation is here: Needle Engine Scripting | Needle Engine Documentation

Ah, perfect thanks!

by user 103054507105067008

Dw I see now

by user 103054507105067008

Monday moments

by user 103054507105067008