Skip to content

Commit

Permalink
Merge pull request #14 from Varneon/0.3.0
Browse files Browse the repository at this point in the history
0.3.0
  • Loading branch information
Varneon authored May 23, 2023
2 parents a1648d8 + d9e5613 commit e517920
Show file tree
Hide file tree
Showing 6 changed files with 533 additions and 132 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using Varneon.VInspector;
using Varneon.VUdon.Logger.Abstract;

namespace Varneon.UdonPrefabs.RuntimeTools.Editor
namespace Varneon.VUdon.Logger.Editor
{
/// <summary>
/// Custom inspector for UdonConsole prefab
Expand All @@ -25,6 +25,7 @@ protected override void OnInspectorVisualTreeAssetCloned(VisualElement root)
VisualElement inspectorPanel = root.Q("InspectorPanel");

inspectorPanel.Add(new Foldout() { name = "Foldout_Settings", text = "Settings" });
inspectorPanel.Add(new Foldout() { name = "Foldout_Advanced", text = "Advanced" });
inspectorPanel.Add(new Foldout() { name = "Foldout_References", text = "References" });
inspectorPanel.Add(new Foldout() { name = "Foldout_API", text = "API" });

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2846,6 +2846,9 @@ MonoBehaviour:
maxLogEntriesStep: 50
fontSize: 24
proxyEntriesToLogs: 0
systemPrefix: '[<color=#0CC>UdonConsole</color>]:'
playerJoinPrefix: '[<color=#0C0>JOIN</color>]:'
playerleavePrefix: '[<color=#C00>LEAVE</color>]:'
logWindow: {fileID: 3718074137844359835}
logItem: {fileID: 3718074138163775205}
logToggle: {fileID: 3718074138598075316}
Expand Down
Loading

0 comments on commit e517920

Please sign in to comment.