Skip to content

Commit 3949e72

Browse files
Merge pull request #195 from watson-developer-cloud/feature-updateUnityEditor
Feature update unity editor
2 parents 6ecc9f2 + 118a792 commit 3949e72

File tree

258 files changed

+35
-15
lines changed

Some content is hidden

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

258 files changed

+35
-15
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,18 @@ language: objective-c
22
osx_image: xcode61
33
rvm:
44
- 2.1.2
5+
cache:
6+
directories:
7+
- ./Unity
8+
before_install:
9+
- chmod a+x ./Travis/installUnity.sh
510
install:
611
- ./Travis/installUnity.sh
12+
before_script:
13+
- chmod a+x ./Travis/createProject.sh
14+
- chmod a+x ./Travis/installSDK.sh
15+
- chmod a+x ./Travis/runTests.sh
16+
- chmod a+x ./Travis/build.sh
717
script:
818
- ./Travis/createProject.sh
919
- ./Travis/installSDK.sh

Art/UI/touch-loader.png

100755100644
File mode changed.

Config.json.enc

0 Bytes
Binary file not shown.

Examples/ServiceExamples/ExampleStreaming.unity

100755100644
File mode changed.

Examples/ServiceExamples/ExampleStreaming.unity.meta

100755100644
File mode changed.

Examples/ServiceExamples/Scripts/ExampleAlchemyDataNews.cs

100755100644
File mode changed.

Examples/ServiceExamples/Scripts/ExampleAlchemyDataNews.cs.meta

100755100644
File mode changed.

Examples/ServiceExamples/Scripts/ExampleAlchemyLanguage.cs

100755100644
File mode changed.

Examples/ServiceExamples/Scripts/ExampleConversation.cs

100755100644
File mode changed.

Examples/ServiceExamples/Scripts/ExampleConversationExperimental.cs

100755100644
File mode changed.

0 commit comments

Comments
 (0)