Skip to content

Commit

Permalink
[Fix] Unloads asset bundles after importing config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
KarByc authored and EricBoiseLGSVL committed Sep 24, 2021
1 parent 17de61e commit 5ed2ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Scripts/Web/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ private static void Initialize()
}

csservice.SetSimID(SimID);
AssetBundle.UnloadAllAssetBundles(false);
}

public static void RegenerateSimID()
Expand Down

0 comments on commit 5ed2ac4

Please sign in to comment.