Unity-Style-Guide
Unity-Style-Guide copied to clipboard
Assembly definitions?
How should we set name for Assembly Definition (.asmdef) files in unity?
Yeah I should add that, but my way of naming them is, after their name space. For example:
- ProjectName.Core.asmdef
- ProjectName.Editor.asmdef
On Tue, May 24, 2022 at 3:05 PM Resul @.***> wrote:
How should we set name for Assembly Definition (.asmdef) files in unity?
— Reply to this email directly, view it on GitHub https://github.com/justinwasilenko/Unity-Style-Guide/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACZKXWBQ3BXLSLNRWPITIVLVLVHEJANCNFSM5W3ALZQQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
How about Addressables?
I haven't started using them, but intend too with the new game. Will update when I figure it out!