Skip to content

Commit 3edbfc1

Browse files
committed
Updated to 6000.6.0b5 version
1 parent eb62182 commit 3edbfc1

31 files changed

Lines changed: 237 additions & 253 deletions

Assets/Editor/Tutorials/Tutorial0_SetupUGS/1-Verify And Setup UGS.asset

Lines changed: 0 additions & 3 deletions
This file was deleted.

Assets/Editor/Tutorials/Tutorial0_SetupUGS/1-Verify And Setup UGS.asset.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

Assets/Editor/Tutorials/Tutorial0_SetupUGS/2-CheckServices.asset

Lines changed: 0 additions & 3 deletions
This file was deleted.

Assets/Editor/Tutorials/Tutorial0_SetupUGS/2-CheckServices.asset.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

Assets/Editor/Tutorials/Tutorial0_SetupUGS/8-Project Successfully Linked.asset

Lines changed: 0 additions & 3 deletions
This file was deleted.

Assets/Editor/Tutorials/Tutorial0_SetupUGS/8-Project Successfully Linked.asset.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:54db6af02dc3be072fc11e511152d7d6a69b59256e114d2f566ae4c856d8b5cb
3-
size 1795
2+
oid sha256:c49efe15823bf2098c8f84cc6bdbce76ca8f570e01c1363d3e02205cff0a624e
3+
size 15389

Assets/Editor/Tutorials/TutorialCallbacks.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using UnityEngine;
22
using UnityEditor;
3-
using Unity.Tutorials.Core.Editor;
3+
44

55
namespace Unity.Netcode.Samples.BossRoom
66
{
@@ -27,17 +27,17 @@ public class TutorialCallbacks : ScriptableObject
2727
/// <returns>The created asset</returns>
2828
public static ScriptableObject CreateAndShowAsset(string assetPath = null)
2929
{
30-
assetPath = assetPath ?? $"{TutorialEditorUtils.GetActiveFolderPath()}/{k_DefaultFileName}.asset";
30+
assetPath = assetPath ?? $"{Unity.Tutorials.Editor.TutorialEditorUtils.GetActiveFolderPath()}/{k_DefaultFileName}.asset";
3131
var asset = CreateInstance<TutorialCallbacks>();
3232
AssetDatabase.CreateAsset(asset, AssetDatabase.GenerateUniqueAssetPath(assetPath));
3333
EditorUtility.FocusProjectWindow(); // needed in order to make the selection of newly created asset to really work
3434
Selection.activeObject = asset;
3535
return asset;
3636
}
3737

38-
public void StartTutorial(Tutorial tutorial)
38+
public void StartTutorial(Unity.Tutorials.Editor.Tutorial tutorial)
3939
{
40-
TutorialWindow.StartTutorial(tutorial);
40+
Unity.Tutorials.Editor.TutorialWindow.StartTutorial(tutorial);
4141
}
4242

4343
public bool IsConnectedToUgs()
@@ -52,7 +52,7 @@ public void ShowServicesSettings()
5252

5353
public void OpenURL(string url)
5454
{
55-
TutorialEditorUtils.OpenUrl(url);
55+
Unity.Tutorials.Editor.TutorialEditorUtils.OpenUrl(url);
5656
}
5757

5858
public void LoadStartupScene()

Assets/Material/Dungeon/M_SpiderWeb.mat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Material:
126126
- _DistortionStrength: 1
127127
- _DistortionStrengthScaled: 0
128128
- _DstBlend: 1
129+
- _DstBlendAlpha: 1
129130
- _EmissionEnabled: 0
130131
- _EnableExternalAlpha: 0
131132
- _FlipbookMode: 0
@@ -145,6 +146,7 @@ Material:
145146
- _SoftParticlesNearFadeDistance: 0
146147
- _SpecularHighlights: 1
147148
- _SrcBlend: 5
149+
- _SrcBlendAlpha: 1
148150
- _Surface: 1
149151
- _UVSec: 0
150152
- _UseAlpha: 0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:a14e787d75e40f95ac253c8ff8f4024f220abe97989868c59132ca6946c77e43
3-
size 4358
2+
oid sha256:e44af19102088e93af7b10d7bdbef7774941d02efa07b256250fc7b3130352d7
3+
size 4852

0 commit comments

Comments
 (0)