Skip to content

Commit

Permalink
fix(UnityIntegration): ensure weaved assemblies are picked up
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher - Marcel Böddecker committed Feb 16, 2019
1 parent afb09cf commit 9a1c50b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/FodyRunner.UnityIntegration/EditorWeaver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ private static void WeaveAllAssemblies()
finally
{
EditorApplication.UnlockReloadAssemblies();
AssetDatabase.Refresh();
}
}

Expand Down

0 comments on commit 9a1c50b

Please sign in to comment.