UdonSharp icon indicating copy to clipboard operation
UdonSharp copied to clipboard

Add support for custom ASMDEF defines in UdonSharpBehaviours

Open techanon opened this issue 3 years ago • 0 comments

Feature Description: Currently U# does not support compile flags defined within ASMDEF files for VPM packages within UdonSharpBehaviours. This method of handling define flags will be used more in the future and being able to integrate these flags into UdonSharpBehaviours would be very useful.

Additional context: And example of utilizing custom ASMDEF define in an UdonSharpBehaviour: https://gitlab.com/techanon/protv/-/blob/9afd72f3e7f745ff9049ffb22a311dfd58af8dd6/Runtime/AudioLinkAdapter/AudioLinkAdapter.cs

techanon avatar Dec 03 '22 23:12 techanon