The Service Framework package components for the Reality Collective. This package an extensible service framework to build highly performant components for your Unity projects.
Reality Collective - Service Framework Pull Request
Overview
Fix issue where any user assemblies or third party assemblies that would happen to include any of the blacklisted assembly names, such as "Mono", would automatically be excluded from the type cache even though we do not want to do that
Fix assemblies loop iterated backwards but never runs for index 0
Fix blacklisted assemblies array iterated backwards but index 0 is never checked
Reality Collective - Service Framework Pull Request
Overview