-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[May18] Cursor light fix (and other minor fixes) #2035
Conversation
@@ -29,6 +29,7 @@ public class Billboard : MonoBehaviour | |||
/// The axis about which the object will rotate. | |||
/// </summary> | |||
[Tooltip("Specifies the axis about which the object will rotate.")] | |||
[SerializeField] | |||
private PivotAxis pivotAxis = PivotAxis.XY; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #2036 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is private.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then the other should be too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw you did it already 😉
Overview
Some minor updates that were found while updating the Academy courses to the most recent Toolkit release.
Partner PR to #2036.
Changes