Skip to content

Commit d25e348

Browse files
authored
Remove redundant dependency on com.unity.ugui.
1 parent 1eb2f49 commit d25e348

File tree

1 file changed

+1
-2
lines changed
  • example/unity/DemoApp/Assets/FlutterUnityIntegration/Demo/Scripts

1 file changed

+1
-2
lines changed

example/unity/DemoApp/Assets/FlutterUnityIntegration/Demo/Scripts/Rotate.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
using System;
22
using FlutterUnityIntegration;
33
using UnityEngine;
4-
using UnityEngine.EventSystems;
54
using System.Globalization;
65

7-
public class Rotate : MonoBehaviour, IEventSystemHandler
6+
public class Rotate : MonoBehaviour
87
{
98
[SerializeField]
109
Vector3 RotateAmount;

0 commit comments

Comments
 (0)