File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Assets/Dev Dunk Studio/DisableLogsEasy Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11using 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
Original file line number Diff line number Diff line change 11using 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
77public class SampleScript : MonoBehaviour
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" : {},
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" : {},
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" : {
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments