UniWebView - Integrating WebView to your mobile games in a simple way
If you are seeking a reliable, bug-free and effective webview plugin for Unity mobile games, now you are in right place.
What is UniWebView?
UniWebView is to help you using WebView easily on iOS and Android platform (WP8 support is under development). You can set up a web view and embed web content in your game with less than 10 lines of code. There is also a clean and simple interface for you to interact between the game and webview.
Main features:
- A native webview (UIWebView for iOS, WebView for Android). Compatible with html5, css3 and javascript.
- Send a message from webpage to Unity, using a specified url scheme. You can control the game flow and run your script code by clicking a url in the web page. By this strategy, you can implement a dynamic workflow to change your game logic on air.
- Excute and eval javascript defined in Unity game or webpage.
- The size and apperence of webview is customizable. Users can keep your game scene visble and running even when they interacting with web page.
- Play youtube video and other media.
- All source code of C# script and native plugin is included for a reference, with detailed documentation.
- Easy debug for Unity Mac Editor. There is no need to build and run again and again in your device. You can preview and interact with the webview just in editor. (Supporting for Windows Editor is on the way)
Supporting
The code itself is well documented. There is also online user manual, script reference and supporting forum for you. Use the link below and feel free to visit them and ask if you have any question.
- Home Page of the asset - http://uniwebview.onevcat.com
- Online Manual - http://uniwebview.onevcat.com/manual.html
- Script Reference -http://uniwebview.onevcat.com/reference/class_uni_web_view.html
- Support Forum - https://groups.google.com/forum/#!forum/uni_webview or this thread.
Get it from unity asset store and make mobile web view easy today!
Asset Store Link - https://www.assetstore.unity3d.com/#/content/12476
'Unity3D > Plugins' 카테고리의 다른 글
[펌] Unity ios 빌드시 Linq 문제 없이 사용할 수 있는 방법 (0) | 2015.07.01 |
---|---|
[Spine] 게임 제작을 위한 최고의 애니메이션 툴! “스파인 (SPINE)” (1) | 2015.05.11 |
Unity3D WebView (0) | 2015.01.21 |
유니티 3D상에서 WebView 띄우기 (0) | 2015.01.20 |
Loading DDS, BMP, TGA and other textures via WWW class in Unity3d (0) | 2014.04.11 |