Skip to content

Commit

Permalink
feat: bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoborks committed Jan 17, 2025
1 parent 04bf7cb commit 7ef8712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace MyGameDevTools.SceneLoading.Api
{
public static class AdvancedSceneManager
{
static ISceneManager Instance
internal static ISceneManager Instance
{
get
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace MyGameDevTools.SceneLoading
/// Creates a new <see cref="ILoadSceneInfo"/> based on the scene's name or path.
/// The scene must be added to the Build Settings in order to be loaded.
/// </summary>
/// <param name="sceneNameOrPath">`The scene's asset name or path, as displayed in the Build Settings window.</param>
/// <param name="sceneNameOrPath">The scene's asset name or path, as displayed in the Build Settings window.</param>
public LoadSceneInfoName(string sceneNameOrPath)
{
if (string.IsNullOrWhiteSpace(sceneNameOrPath))
Expand Down

0 comments on commit 7ef8712

Please sign in to comment.