Search found 2 matches

by Lacuna Corporation
07 Nov 2018, 13:43
Forum: General Discussion
Replies: 2
Views: 3036

[Unity] Potentially Critical Failure With Assembly Definitions

So, I'm hoping that this is an oversight on my part, as it seems that this is a critical issue and I have no idea how to work around it. Due to several unity modules, I have to use assembly definitions to work with their structure. To reference certain modules, my source code has it's own asmdef; th...
by Lacuna Corporation
07 Nov 2018, 13:26
Forum: General Discussion
Replies: 3
Views: 3546

Re: [RECOVERED] Unity SRP (HDRP) Compatibility

I take it this was my original post. Just to recap, tl;dr is the SRP does not yet expose critical hooks (which is technically a good thing as they've removed a lot of monobehaviour ties from the pipeline), such as OnPostRender, which means that they have to be hooked up manually. Working around the ...