Skip to content

Commit 99b1213

Browse files
author
Dylan Smit
committed
Small change
1 parent 52af330 commit 99b1213

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Assets/Dev Dunk Studio/DisableLogsEasy/DisableLogsTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using UnityEngine;
22

3-
namespace LogsTools
3+
namespace LogTools
44
{
55
///<summary>
66
///Contains all different logs that are supported by the Unity Editor. The selected value will be the max log type which is output

Assets/Dev Dunk Studio/DisableLogsEasy/Sample/SampleScript.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using UnityEngine;
22

33
//Needed to use the Dev Dunk Studio log tools
4-
using LogsTools;
4+
using LogTools;
55

66
//Sample Script used in the DisableLogsTool Demo Scene
77
public class SampleScript : MonoBehaviour

Packages/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "1.2.16",
3+
"com.unity.collab-proxy": "1.12.5",
44
"com.unity.ide.rider": "1.2.1",
5-
"com.unity.ide.vscode": "1.2.3",
6-
"com.unity.test-framework": "1.1.24",
5+
"com.unity.ide.vscode": "1.2.4",
6+
"com.unity.test-framework": "1.1.29",
77
"com.unity.textmeshpro": "2.1.4",
88
"com.unity.timeline": "1.2.18",
99
"com.unity.toolchain.win-x86_64-linux-x86_64": "0.1.21-preview",

Packages/packages-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.collab-proxy": {
4-
"version": "1.2.16",
4+
"version": "1.12.5",
55
"depth": 0,
66
"source": "registry",
77
"dependencies": {},
@@ -24,7 +24,7 @@
2424
"url": "https://packages.unity.com"
2525
},
2626
"com.unity.ide.vscode": {
27-
"version": "1.2.3",
27+
"version": "1.2.4",
2828
"depth": 0,
2929
"source": "registry",
3030
"dependencies": {},
@@ -47,7 +47,7 @@
4747
"url": "https://packages.unity.com"
4848
},
4949
"com.unity.test-framework": {
50-
"version": "1.1.24",
50+
"version": "1.1.29",
5151
"depth": 0,
5252
"source": "registry",
5353
"dependencies": {

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2019.4.26f1
2-
m_EditorVersionWithRevision: 2019.4.26f1 (e0392c6b2363)
1+
m_EditorVersion: 2019.4.32f1
2+
m_EditorVersionWithRevision: 2019.4.32f1 (f88bf0bee961)

0 commit comments

Comments
 (0)