This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
size/L
Denotes a PR that changes 150-299 lines, ignoring generated files.
A: core
Area: Core GDK
A: playground
Area: Playground
labels
Apr 1, 2020
paulbalaji
reviewed
Apr 1, 2020
workers/unity/Assets/Playground/Scripts/Camera/InitCameraSystem.cs
Outdated
Show resolved
Hide resolved
paulbalaji
reviewed
Apr 1, 2020
zeroZshadow
force-pushed
the
feature/upgrade-entities-0.8.0
branch
from
April 2, 2020 11:24
756b014
to
fdc7af4
Compare
zeroZshadow
changed the base branch from
develop
to
feature/upgrade-entities-0.7.0
April 2, 2020 11:24
zeroZshadow
force-pushed
the
feature/upgrade-entities-0.8.0
branch
from
April 3, 2020 12:59
fdc7af4
to
4dbfe75
Compare
zeroZshadow
changed the base branch from
feature/upgrade-entities-0.7.0
to
develop
April 3, 2020 13:00
Entities 0.8.0 is broken on Android, waiting for 0.9.0 release which hopefully works. |
paulbalaji
reviewed
Apr 3, 2020
"CpuMaxTargetX64": 4 | ||
} | ||
} |
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.
Also need to update the ios/android burst aot settings
improbable-prow-robot
added
the
A: game-object-creation
Area: Gameobject creation feature module
label
Apr 10, 2020
Remove deprecated linux86 burst settings
Replace deprecated API
zeroZshadow
force-pushed
the
feature/upgrade-entities-0.8.0
branch
from
April 10, 2020 14:44
b916dfa
to
8f32d51
Compare
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
Apr 10, 2020
paulbalaji
reviewed
Apr 20, 2020
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.
LGTM pending changelog
paulbalaji
approved these changes
Apr 20, 2020
jamiebrynes7
approved these changes
Apr 21, 2020
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: playground
Area: Playground
jira/no-ticket
Indicates a PR has no corresponding JIRA ticket
size/L
Denotes a PR that changes 150-299 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Upgrade to support ECS 0.9.0
Remove
PlayerLoop
hackery as unity now has "support" for fixed updateComponentSystemGroup
sMark all Playground ecs systems as
DisableAutoCreation
to support the Default World.Tests
Documentation