Skip to content

Commit

Permalink
📦 0.2.2 Release
Browse files Browse the repository at this point in the history
- A release with the latest 0.2.1 revisions included as this fix would be the 4th revision of the version. It makes sense to make a new version with all the fixes instead xD
  • Loading branch information
JonathanMCarter committed Nov 16, 2022
1 parent c577da1 commit 745b996
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Editor/Settings/AssetVersionData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class AssetVersionData
/// <summary>
/// The version number of the asset.
/// </summary>
public static string VersionNumber => "0.2.1";
public static string VersionNumber => "0.2.2";


/// <summary>
Expand All @@ -17,6 +17,6 @@ public static class AssetVersionData
/// <remarks>
/// Asset owner is in the UK, so its D/M/Y format.
/// </remarks>
public static string ReleaseDate => "10/10/2022";
public static string ReleaseDate => "16/11/2022";
}
}
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@


# Multi-Scene
> Version 0.2.1

A library to help developers create Unity games that split elements of the game into multiple scenes.

Expand Down
2 changes: 2 additions & 0 deletions Runtime/MultiSceneManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ private static void RunSceneLoading(SceneGroup group, bool? reloadDupScenes = tr
{
if (!group.IsValid)
{
#if UNITY_EDITOR
MultiScenePopups.ShowInvalidSceneGroup();
#endif
return;
}

Expand Down

0 comments on commit 745b996

Please sign in to comment.