Skip to content

Commit

Permalink
Release version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmfinol committed Dec 22, 2018
1 parent e95bc30 commit f4ee0f8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/[Bb]uilds/
/[Ll]ogs/
/Assets/AssetStoreTools*
/.gradle/

# Visual Studio cache
/.vs/
Expand Down
8 changes: 4 additions & 4 deletions Assets/Scenes/CardsExplorer.unity
Original file line number Diff line number Diff line change
Expand Up @@ -515,10 +515,10 @@ RectTransform:
m_Father: {fileID: 508283652}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchorMin: {x: 0, y: 0.5}
m_AnchorMax: {x: 1, y: 0.5}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 1200, y: 500}
m_SizeDelta: {x: 0, y: 500}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1534221514
MonoBehaviour:
Expand Down Expand Up @@ -553,7 +553,7 @@ MonoBehaviour:
m_HorizontalOverflow: 0
m_VerticalOverflow: 0
m_LineSpacing: 1
m_Text: Custom Card Creator/Editor Coming Soon!
m_Text: Cards Explorer Coming Soon!
--- !u!222 &1534221515
CanvasRenderer:
m_ObjectHideFlags: 0
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 0
bundleVersion: 1.8.0
bundleVersion: 1.9.0
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down Expand Up @@ -156,7 +156,7 @@ PlayerSettings:
buildNumber:
Standalone: 0
iOS: 0
AndroidBundleVersionCode: 55
AndroidBundleVersionCode: 56
AndroidMinSdkVersion: 16
AndroidTargetSdkVersion: 0
AndroidPreferredInstallLocation: 0
Expand Down
16 changes: 8 additions & 8 deletions ProjectSettings/UnityConnectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
--- !u!310 &1
UnityConnectSettings:
m_ObjectHideFlags: 0
m_Enabled: 0
serializedVersion: 1
m_Enabled: 1
m_TestMode: 0
m_TestEventUrl:
m_TestConfigUrl:
m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events
m_EventUrl: https://cdp.cloud.unity3d.com/v1/events
m_ConfigUrl: https://config.uca.cloud.unity3d.com
m_TestInitMode: 0
CrashReportingSettings:
m_EventUrl: https://perf-events.cloud.unity3d.com/api/events/crashes
m_EventUrl: https://perf-events.cloud.unity3d.com
m_Enabled: 0
m_LogBufferSize: 10
m_CaptureEditorExceptions: 1
UnityPurchasingSettings:
m_Enabled: 0
m_TestMode: 0
UnityAnalyticsSettings:
m_Enabled: 0
m_InitializeOnStartup: 1
m_TestMode: 0
m_TestEventUrl:
m_TestConfigUrl:
m_InitializeOnStartup: 1
UnityAdsSettings:
m_Enabled: 0
m_InitializeOnStartup: 1
m_TestMode: 0
m_EnabledPlatforms: 4294967295
m_IosGameId:
m_AndroidGameId:
m_GameIds: {}
Expand Down
3 changes: 1 addition & 2 deletions docs/pages/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ permalink: roadmap.html
- Fix: Setup Game Scene after deleting a game

## Current Sprint
- Enhance Cards Explorer
- Fix: CGS fails to start when no internet? Check error paths.
- Fix: Too many cards in deck editor search results initial startup. Also check layout in portrait mode.
- Enhance Cards Explorer
- Enhance object card property data type
- Add identifiers for object card property data types
- Rename current display property to displayName, and add display bool to indicate whether to display at all, and rename empty to displayValueEmpty
Expand Down

0 comments on commit f4ee0f8

Please sign in to comment.