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

[MLA-1939] Match3 Custom Editor #5263

Merged
merged 4 commits into from
Apr 15, 2021
Merged

Conversation

chriselion
Copy link
Contributor

Proposed change(s)

  • Move public fields on Match3ActuatorComponent and Match3SensorComponent to private, add properties
  • Add custom editors for Match3ActuatorComponent and Match3SensorComponent
  • Add editorForChildClasses: true for other custom editors where appropriate (e.g. not BehaviorParameters, but most others).

@chriselion chriselion requested a review from dongruoping April 14, 2021 23:43

if (requireSensorUpdate)
{
UpdateActuator();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not needed, but keeping in place if we need it later. Can remove if desired.

Copy link
Contributor

@dongruoping dongruoping left a comment

Choose a reason for hiding this comment

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

👍

@@ -1,4 +1,3 @@
using Unity.MLAgents;
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: There's another one in actuator component

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll do a pass on Rider suggestions later.

@chriselion chriselion merged commit 04a02c1 into main Apr 15, 2021
@delete-merged-branch delete-merged-branch bot deleted the MLA-1939-match3-custom-editor branch April 15, 2021 20:42
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants