Assembly definition reference group or inheritence

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?

It will create a dependency, but not a reference. Also I believe an “empty” asmdef is automatically ignored by the editor.

8679468--1169883--upload_2022-12-21_23-42-38.png

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 : )