Skip to content

Bugfix/Unity 2017.3+ support #306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Conversation

southrop
Copy link

@southrop southrop commented Jul 10, 2018

This PR addresses the deprecation error and warnings present when using TouchScript in a Unity 2017.3+ project.

In particular:

  • UnityEditor.EditorGUI.EnumMaskField was deprecated in 2017.3
  • UnityEngine.RuntimePlatform.SamsungTVPlayer was deprecated in 2017.3
  • UnityEngine.RuntimePlatform.WiiU was deprecated in 2018.1
  • UnityEngine.EventType.mouseDown has apparently been deprecated "since forever", but has recently begun raising compilation errors when used
  • UnityEngine.RuntimePlatform.TizenPlayer was deprecated in 2018.2
  • UnityEngine.RuntimePlatform.PSP2 (PS Vita) was deprecated in 2018.3

@southrop southrop changed the base branch from master to develop July 10, 2018 03:22
@gabrieloc
Copy link

Bump

@icaro56
Copy link

icaro56 commented Sep 19, 2019

Did TouchScript die?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants