Resolving Issue with Plugins upon Clean Assembly Generation
HerpDerpinstine opened this issue ยท 1 comments
When running a Plugin from a Clean Installation it seems to attempt to resolve it's dependencies too early.
Resulting in dependencies getting resolved to null before Assembly Generation completes for the first time.
Marking as Optional Dependency does not help.
Leveraging Late Dependency usage does not help.
Dependencies get resolved properly from there on out after restarting the game.