Skip to content

Commit 064a94f

Browse files
committed
Fixed WorldSpace/CameraSpace UI and Photos example.
1 parent eac8f62 commit 064a94f

14 files changed

Lines changed: 386 additions & 647 deletions

Source/Assets/TouchScript/Editor/Layers/UILayerEditor.cs renamed to Source/Assets/TouchScript/Editor/Layers/UICameraLayerEditor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
namespace TouchScript.Editor.Layers
99
{
10-
[CustomEditor(typeof (UILayer))]
11-
internal sealed class UILayerEditor : UnityEditor.Editor
10+
[CustomEditor(typeof (UICameraLayer))]
11+
internal sealed class UICameraLayerEditor : UnityEditor.Editor
1212
{
1313
private void OnEnable() {}
1414

Source/Assets/TouchScript/Editor/Layers/UILayerEditor.cs.meta renamed to Source/Assets/TouchScript/Editor/Layers/UICameraLayerEditor.cs.meta

File renamed without changes.

0 commit comments

Comments
 (0)