-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(UnityIntegration): tell Unity to reload assemblies when needed
To handle the startup behavior of Unity a delay was added to only start the weaving process once Unity is initialized properly. That change introduced an issue: When Malimbe weaves the assemblies Unity won't know about it and as such, even though the assembly on disk was changed by Malimbe, Unity still uses the unchanged version it compiled. The fix is to ask Unity to do a reload of the weaved assemblies.
- Loading branch information
Christopher - Marcel Böddecker
committed
Feb 5, 2019
1 parent
956a167
commit 6350a71
Showing
1 changed file
with
45 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters