You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing GetAllTypes for attribute data in the preloader stage is going to force other assemblies to load forcefully, which isn't what I want
Idea
Create a separate tool that runs on build where it analyzes the output UniTAS dll and reflects on all types to create data that contains all type and attribute as well as all of the attribute's base type
This should be minimal enough info that would help UniTAS do its own thing
What this does in effect
Allow container to initialize on UniTAS entry
Allow preload patchers to be detected automatically
The text was updated successfully, but these errors were encountered:
Doing GetAllTypes for attribute data in the preloader stage is going to force other assemblies to load forcefully, which isn't what I want
Idea
Create a separate tool that runs on build where it analyzes the output UniTAS dll and reflects on all types to create data that contains all
type
andattribute
as well as all of theattribute's base type
This should be minimal enough info that would help UniTAS do its own thing
What this does in effect
The text was updated successfully, but these errors were encountered: