bbbscarter / UberLogger

Replacement logging framework for Unity, with a new editor and in-game console
MIT License
475 stars 62 forks source link

Support for Unity 2017.3 #40

Closed chugiau closed 6 years ago

chugiau commented 6 years ago

EventType.mouseDown is already deprecated in Unity 4.x and Unity forcibly deprecate this API in Unity 2017.3.

See https://docs.unity3d.com/ScriptReference/EventType.html

Kalmalyzer commented 6 years ago

Nice, looks good to me -- @bbbscarter merge please?

bbbscarter commented 6 years ago

All done - thanks for the PR!