Skip to content

Commit fd0148d

Browse files
author
Ovidiu Arion
committed
build v.0.1.0
1 parent 660123c commit fd0148d

File tree

6 files changed

+161
-5
lines changed

6 files changed

+161
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Temp/
77
.vs/
88
obj/
99
*.csproj
10+
Build/

Assets/COI-Avatar.png

212 KB
Loading

Assets/COI-Avatar.png.meta

Lines changed: 134 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/ElrondUnityTools/Example/DemoScript.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ public void SendTransaction()
7777
}
7878

7979

80+
private void Update()
81+
{
82+
if(Input.GetKeyDown(KeyCode.Escape))
83+
{
84+
Application.Quit();
85+
}
86+
}
87+
8088
/// <summary>
8189
/// Triggered when Maiar app connected
8290
/// </summary>

ProjectSettings/EditorBuildSettings.asset

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
EditorBuildSettings:
55
m_ObjectHideFlags: 0
66
serializedVersion: 2
7-
m_Scenes: []
7+
m_Scenes:
8+
- enabled: 1
9+
path: Assets/ElrondUnityTools/Example/Demo.unity
10+
guid: a49181ff36ccdb94490d4a526ce3ca9e
811
m_configObjects: {}

ProjectSettings/ProjectSettings.asset

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PlayerSettings:
1212
targetDevice: 2
1313
useOnDemandResources: 0
1414
accelerometerFrequency: 60
15-
companyName: DefaultCompany
15+
companyName: ChainOfIndustry
1616
productName: Elrond Unity Development Tools
1717
defaultCursor: {fileID: 0}
1818
cursorHotspot: {x: 0, y: 0}
@@ -134,7 +134,7 @@ PlayerSettings:
134134
16:10: 1
135135
16:9: 1
136136
Others: 1
137-
bundleVersion: 0.1
137+
bundleVersion: 0.1.0
138138
preloadedAssets: []
139139
metroInputSource: 0
140140
wsaTransparentSwapchain: 0
@@ -154,7 +154,9 @@ PlayerSettings:
154154
resetResolutionOnWindowResize: 0
155155
androidSupportedAspectRatio: 1
156156
androidMaxAspectRatio: 2.1
157-
applicationIdentifier: {}
157+
applicationIdentifier:
158+
Android: com.ChainOfIndustry.ElrondUnityDevelopmentTools
159+
Standalone: com.ChainOfIndustry.Elrond-Unity-Development-Tools
158160
buildNumber:
159161
Standalone: 0
160162
iPhone: 0
@@ -268,7 +270,14 @@ PlayerSettings:
268270
AndroidMinifyDebug: 0
269271
AndroidValidateAppBundleSize: 1
270272
AndroidAppBundleSizeToValidate: 150
271-
m_BuildTargetIcons: []
273+
m_BuildTargetIcons:
274+
- m_BuildTarget:
275+
m_Icons:
276+
- serializedVersion: 2
277+
m_Icon: {fileID: 2800000, guid: 61c4f36bb649cd24283e3078b4b52f93, type: 3}
278+
m_Width: 128
279+
m_Height: 128
280+
m_Kind: 0
272281
m_BuildTargetPlatformIcons:
273282
- m_BuildTarget: Android
274283
m_Icons:
@@ -677,6 +686,7 @@ PlayerSettings:
677686
ps4videoRecordingFeaturesUsed: 0
678687
ps4contentSearchFeaturesUsed: 0
679688
ps4CompatibilityPS5: 0
689+
ps4AllowPS5Detection: 0
680690
ps4GPU800MHz: 1
681691
ps4attribEyeToEyeDistanceSettingVR: 0
682692
ps4IncludedModules: []

0 commit comments

Comments
 (0)