forked from Synesthesias/PLATEAU-SDK-for-Unity
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Synesthesias#122 from Synesthesias/dev/v2
v1.1.5 サンプルが動かないのを修正
- Loading branch information
Showing
2 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
{ | ||
"name": "com.synesthesias.plateau-unity-sdk", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"displayName": "PLATEAU SDK for Unity", | ||
"description": "このパッケージには、PLATEAUの3D都市モデルデータを利用するためのAPI、サンプルが含まれます。PLATEAU SDK for Unityを利用することで、実世界を舞台にしたゲームの開発や、PLATEAUの豊富なデータを活用したシミュレーションを簡単に行うことができます。", | ||
"unity": "2021.3", | ||
"dependencies": { | ||
"com.unity.formats.fbx" : "4.1.2", | ||
"com.unity.test-framework" : "1.1.31" | ||
}, | ||
"author":{ | ||
"author": { | ||
"name": "Synesthesias Inc." | ||
} | ||
}, | ||
"samples": [ | ||
{ | ||
"displayName": "PLATEAU Samples", | ||
"description": "PLATEAUのサンプルです。", | ||
"path": "Samples~" | ||
} | ||
] | ||
} |