3
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

GreeのWebViewをWindowsのUnityEditorである程度動作させるとっかかり

Last updated at Posted at 2017-08-06

#環境
Unity2017.1.0f3
Windows10 Home

#概要
GreeのWebViewがWindowsのUnityEditor上で動作しないのでEditorWebViewを使用してある程度動作させるようにするためのとっかかり的なものです
GreeのWebViewについてくるSample.unityはWeb上のボタンが押されたら、画面にフィードバックしますが、それが動作するようにしています

#GreeのWebView
https://github.com/gree/unity-webview

#プログラム
そこそこあるのでgithubにアップ
以下は追加、修正したファイル
Assets/StreamingAssets/unity_call.js
Assets/Plugins/MyWeb
Assets/Plugins/GreeWebViewEditorWindow.cs
Assets/Plugins/WebViewObject.cs(修正)

#参考
http://qiita.com/kyusyukeigo/items/71db22676c6f4743913e

3
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?