Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Codegen Split: GameObject Creation #1196

Merged
merged 5 commits into from
Oct 21, 2019

Conversation

zeroZshadow
Copy link
Contributor

@zeroZshadow zeroZshadow commented Oct 17, 2019

Description

Moved code generation files required for GameObject Creation support to the respective package.
Fixed missing dependency in TransformSync package.

Documentation

  • Changelog

@improbable-prow-robot improbable-prow-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. jira/no-ticket Indicates a PR has no corresponding JIRA ticket A: core Area: Core GDK A: game-object-creation Area: Gameobject creation feature module A: transform-synchronization Area: Transform synchronization feature module size/M Denotes a PR that changes 40-149 lines, ignoring generated files. labels Oct 17, 2019
using Improbable.Gdk.CodeGeneration.Model.Details;
using Improbable.Gdk.CodeGeneration.Utils;

namespace Improbable.Gdk.CodeGenerator.GameObjectCreation
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should rename this module since it encompasses everything to do with game objects (not just creation)

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, though out of scope for this

@zeroZshadow zeroZshadow force-pushed the feature/codegen-gameobject-split branch from b50d261 to f0de3a0 Compare October 21, 2019 10:36
Copy link
Contributor

@jamiebrynes7 jamiebrynes7 left a comment

Choose a reason for hiding this comment

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

One suggestion, but otherwise LGTM.

We should rename the package before the next release however.

@improbable-prow-robot improbable-prow-robot added the A: tooling Area: Tooling label Oct 21, 2019
@zeroZshadow zeroZshadow marked this pull request as ready for review October 21, 2019 10:58
@improbable-prow-robot improbable-prow-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 21, 2019
@zeroZshadow zeroZshadow merged commit 8710dd5 into develop Oct 21, 2019
@zeroZshadow zeroZshadow deleted the feature/codegen-gameobject-split branch October 21, 2019 11:05
jessicafalk pushed a commit that referenced this pull request Nov 15, 2019
* Fix logging ErroredBlueprints with invalid pointers

* Updated CHANGELOG.md for bugfix/UNR-1772-errored-blueprints-logging
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A: core Area: Core GDK A: game-object-creation Area: Gameobject creation feature module A: tooling Area: Tooling A: transform-synchronization Area: Transform synchronization feature module jira/no-ticket Indicates a PR has no corresponding JIRA ticket size/M Denotes a PR that changes 40-149 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants