Skip to content
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

Merged
merged 4 commits into from
May 2, 2018

Conversation

keveleigh
Copy link
Contributor

@keveleigh keveleigh commented May 2, 2018

Overview

Some minor updates that were found while updating the Academy courses to the most recent Toolkit release.

Partner PR to #2036.

Changes

david-c-kline
david-c-kline previously approved these changes May 2, 2018
@@ -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;
Copy link
Contributor

@StephenHodgson StephenHodgson May 2, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is private.

Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed!

Copy link
Contributor

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 😉

@david-c-kline david-c-kline merged commit 4b2f67e into microsoft:may18_dev May 2, 2018
@keveleigh keveleigh deleted the CursorLightFix branch May 24, 2018 00:59
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