EvaisaDev / UnityNetcodePatcher

An assembly patcher which replicates the ILPostProcessing step unity does in order to make NetworkBehaviours work
MIT License
51 stars 6 forks source link

Support semicolon-separated list of DLLs as `deps` input #1

Closed Lordfirespeed closed 10 months ago

Lordfirespeed commented 11 months ago

When running Weaver from a MSBuild task, the expression @(ReferencePathWithRefAssemblies) will expand to a semicolon-separated list of all referenced assemblies. Using this as input would make using Weaver from MSBuild considerably easier as no DLL copying would be required!