Skip to content

Fixed deprecated code warning in unity 5.6. #1

Open
doodoori2 wants to merge 1 commit intofirtoz:masterfrom
doodoori2:unity560
Open

Fixed deprecated code warning in unity 5.6. #1
doodoori2 wants to merge 1 commit intofirtoz:masterfrom
doodoori2:unity560

Conversation

@doodoori2
Copy link
Copy Markdown

Thanks for HighlightHelper.

in unity 5.6

warning CS0618: `UnityEditor.Handles.CircleCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)' is obsolete: `Use CircleHandleCap instead'

'CircleHandleCap' is released from unity5.5.0. maybe not working for unity 5.4.0 below.

https://docs.unity3d.com/540/Documentation/ScriptReference/Handles.html
https://docs.unity3d.com/550/Documentation/ScriptReference/Handles.html
https://docs.unity3d.com/560/Documentation/ScriptReference/Handles.html

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.

1 participant