Digging into DOTS again with NetCode I require 3 asmdefs per “feature” i want to seperate into its own box. All require almost the same references with no option to copy in the editor.
It would be great with some “reference group” or inheriting these standard references from some definition.
I’ve never tried this - but can you just create an empty asmdef somewhere with references to those three? Would a reference to this “empty” asmdef then transitively reference the others?
Did a generator today that takes a template and adds some extra references. Haven’t figured out how to triggered if the base assembly updates, but at least it’s better than nothing^^ Maybe it can give inspiration to somone : )