Skip to content

Commit

Permalink
Merge branch 'dev/v2'
Browse files Browse the repository at this point in the history
  • Loading branch information
linoal committed Feb 20, 2024
2 parents 6ff185b + 552a0cd commit e77c854
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@

このパッケージには、[PLATEAU](https://www.mlit.go.jp/plateau/)の3D都市モデルデータを利用するためのAPI、サンプルが含まれます。PLATEAU SDK for Unrealを利用することで、実世界を舞台にしたアプリケーションの開発や、PLATEAUの豊富なデータを活用したシミュレーションを簡単に行うことができます。
![](resources/index/citymodel.png)

> [!NOTE]
> PLATEAU SDK for Unityは利用者アンケートを実施しています。
> 今後の開発の参考にするため、ユーザーの皆様の忌憚ないご意見をお聞かせください。
> **[◆アンケートはこちら](https://docs.google.com/forms/d/e/1FAIpQLSeICxDJd6eQ311_rDbCudc2c8UUZ8A0oE6LXppKoHgT2mwYQQ/viewform)**
10 changes: 5 additions & 5 deletions PLATEAU-SDK-for-Unreal.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,31 @@
{
"Name": "PLATEAURuntime",
"Type": "Runtime",
"LoadingPhase": "Default",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64", "Mac" ]
},
{
"Name": "PLATEAUEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64", "Mac" ]
},
{
"Name": "PLATEAUEditorBPLibraries",
"Type": "Editor",
"LoadingPhase": "Default",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64", "Mac" ]
},
{
"Name": "PLATEAURuntimeBPLibraries",
"Type": "Runtime",
"LoadingPhase": "Default",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64", "Mac" ]
},
{
"Name": "PLATEAUTests",
"Type": "Editor",
"LoadingPhase": "Default",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64", "Mac" ]
}
]
Expand Down

0 comments on commit e77c854

Please sign in to comment.