Search Unity

Feedback Using asmdefs for automatic scripting define symbol declaration should be pinned

Discussion in 'Scripting' started by Rowlan, Apr 2, 2021.

  1. Rowlan

    Rowlan

    Joined:
    Aug 4, 2016
    Posts:
    4,269
    Until yesterday I had no idea that it's so easy to have pipeline depending scripting define symbols declared automatically via assembly definitions.

    asmdef.png

    This is one of the most important things in the render pipeline diversity. Why is that not pinnend and flashing in neon letters in the Unity documentation? :eek: I had no idea what assembly definitions really are and didn't care. If I'd have known that purpose I'd have used them from the start :)