Skip to content

Commit 5615a30

Browse files
PUBLISH: merge develop.
2 parents 5e06142 + 0cb82de commit 5615a30

File tree

63 files changed

+3883
-1667
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+3883
-1667
lines changed

.yamato/promotion.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ promotion_test_{{ platform.name }}_{{ editor.version }}:
1717
variables:
1818
UPMCI_PROMOTION: 1
1919
commands:
20+
- mv ./Assets/Samples ./Packages/com.unity.inputsystem
21+
- mv ./Assets/Samples.meta ./Packages/com.unity.inputsystem
2022
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
2123
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
2224
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {{ editor.version }}
@@ -56,6 +58,8 @@ promote:
5658
variables:
5759
UPMCI_PROMOTION: 1
5860
commands:
61+
- mv ./Assets/Samples ./Packages/com.unity.inputsystem
62+
- mv ./Assets/Samples.meta ./Packages/com.unity.inputsystem
5963
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
6064
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
6165
- upm-ci package promote --package-path ./Packages/com.unity.inputsystem/

.yamato/upm-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ publish:
6868
image: package-ci/win10:stable
6969
flavor: b1.large
7070
commands:
71+
- mv ./Assets/Samples ./Packages/com.unity.inputsystem
72+
- mv ./Assets/Samples.meta ./Packages/com.unity.inputsystem
7173
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
7274
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
7375
- upm-ci package publish --package-path ./Packages/com.unity.inputsystem/

Assets/Demo/SimpleDemo/SimpleController_UsingEvents.cs

Lines changed: 0 additions & 59 deletions
This file was deleted.

Assets/Demo/SimpleDemo/SimpleController_UsingEvents.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

Assets/Demo/SimpleDemo/SimpleController_UsingState.cs

Lines changed: 0 additions & 39 deletions
This file was deleted.

Assets/Demo/SimpleDemo/SimpleControls.inputactions

Lines changed: 0 additions & 226 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"displayName": "SimpleDemo",
3+
"description": "A walkthrough of a simple character controller that demonstrates several techniques for working with the input system. See the README.md file in the sample for details."
4+
}

Assets/Samples/SimpleDemo/.sample.json.meta

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

0 commit comments

Comments
 (0)