Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
For #21
Note: the layout of the menu / badge screens etc should match David's mockups when tested with a screen with a 3:2 aspect ratio (same as the surface). I tested in the editor with a size of 2736x1824. I've made sure that everything still looks good in 1920 x 1080 too (as most of us will be developing on a screen of this size) - you will just see more horizontal space around some elements to account for the wider screen.
SessionSummary.csv, by summing the number of games across all sessions. We could also consider having a new save file containing the overall totals, if doing this calculation every time isn't performant.CaptureSessionDataso it can capture session start and end regardless of which scene the game starts or ends in (more scenes contain a 'logout' button now, so we can't just capture from the menu scene)Todo: