UnityWebCoreDemoProject

所属分类:Unity3D
开发工具:C#
文件大小:14600KB
下载次数:52
上传日期:2016-03-25 14:14:08
上 传 者qq992817263
说明:  unity内嵌网页,这是写好的一个插件,里面带工程源码与示例
(web in unity)

文件列表:
UnityWebCoreDemoProject\Assets\GUI\ControlWindow.cs (5461, 2011-04-03)
UnityWebCoreDemoProject\Assets\GUI\HUDFPS.cs (1951, 2011-03-20)
UnityWebCoreDemoProject\Assets\Plugins\icudt38.dll (8679424, 2010-11-13)
UnityWebCoreDemoProject\Assets\Plugins\unitywebcore.dll (9392128, 2012-01-06)
UnityWebCoreDemoProject\Assets\Plugins\unitywebcoreLic.dll (32, 2011-03-24)
UnityWebCoreDemoProject\Assets\Plugins\UnityWinUtility.dll (659456, 2011-03-24)
UnityWebCoreDemoProject\Assets\Plugins\UnityWinUtilityLic.dll (36, 2011-03-24)
UnityWebCoreDemoProject\Assets\Standard Assets\Character Controllers\3rd Person Controller.prefab (34221, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Character Controllers\First Person Controller.prefab (16704, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Character Controllers\Sources\PrototypeCharacter\Constructor.FBX (3694928, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Character Controllers\Sources\PrototypeCharacter\Materials\constructordummy-09 - default.mat (3618, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Character Controllers\Sources\PrototypeCharacter\Materials\constructor_done.mat (3602, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Character Controllers\Sources\PrototypeCharacter\Textures\constructor_diffuse.tif (1083888, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Character Controllers\Sources\PrototypeCharacter\Textures\constructor_normals.tif (1364980, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Character Controllers\Sources\Scripts\CharacterMotor.js (21567, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Character Controllers\Sources\Scripts\FPSInputController.js (1438, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Character Controllers\Sources\Scripts\MouseLook.cs (2037, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Character Controllers\Sources\Scripts\PlatformInputController.js (2619, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Character Controllers\Sources\Scripts\ThirdPersonCamera.js (6758, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Character Controllers\Sources\Scripts\ThirdPersonController.js (11335, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Skyboxes\Sunny1 Skybox.mat (4333, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Skyboxes\Textures\Sunny1\Sunny1_back.tif (868268, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Skyboxes\Textures\Sunny1\Sunny1_down.tif (33008, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Skyboxes\Textures\Sunny1\Sunny1_front.tif (938136, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Skyboxes\Textures\Sunny1\Sunny1_left.tif (917896, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Skyboxes\Textures\Sunny1\Sunny1_right.tif (984084, 2010-11-13)
UnityWebCoreDemoProject\Assets\Standard Assets\Skyboxes\Textures\Sunny1\Sunny1_up.tif (1129572, 2010-11-13)
UnityWebCoreDemoProject\Assets\UnityWebCore\UnityWebCore.cs (7284, 2011-03-23)
UnityWebCoreDemoProject\Assets\UnityWebCore\UnityWebView.cs (8135, 2011-04-03)
UnityWebCoreDemoProject\Assets\UnityWebCore\UnityWebViewEvents.cs (2846, 2011-03-23)
UnityWebCoreDemoProject\Assets\UnityWebCoreDemo.unity (20529, 2011-03-31)
UnityWebCoreDemoProject\Assets\Utils\iTween.cs (254450, 2010-11-13)
UnityWebCoreDemoProject\cursor\ibeam.cur (4286, 2010-09-25)
UnityWebCoreDemoProject\cursor\normal.cur (4286, 2011-02-16)
UnityWebCoreDemoProject\cursor\selected.cur (4286, 2011-01-20)
UnityWebCoreDemoProject\html\test.html (844, 2011-03-20)
UnityWebCoreDemoProject\Library\assetDatabase3 (45124, 2011-04-03)
UnityWebCoreDemoProject\Library\AssetImportState (1, 2011-03-19)
UnityWebCoreDemoProject\Library\assetservercachev3 (5030, 2011-03-27)
UnityWebCoreDemoProject\Library\AssetVersioning.db (14336, 2010-11-13)
... ...

UnityWebCore plugin free edition has all the function including: (1)Mouse interaction fully supported, moving, scrolling and middle button utility just as common web browsers. (2)Mouse cursor changing via the content of webpage in hardware mode. (3)Keyboard input fully supported including receiving IME inputs. (4)Status callback during loading and showing webpage. (5)HTTP, HTTPS and local html following HTML4 standard are fully supported. (6)Higher performance via partly update each frame and multi-thread rendering. (7)Embedding flash or other npp plugins into the webpage is fully supported. (8)Executing javascript code or functions of html in Unity3d. And javascript in html can also call Unity3d callback functions. // execute html javascript code in Unity3d C# code public static extern void ExecuteJS(int webViewId, string javascript); // call html javascript function in Unity3d C# code public static void CallJS(int webViewId, string funcName, params object[] arguments); // add Unity3d C# function callback, it can be called in html javascript. public static extern void AddJSCallback(int webViewId, string funcName, JSCallbackDelFunc func); except: (1)The color of the webpage is always black and white. If you want to use commercial edition in your application, please contact lubo3d@sina.com. Limitations: The UnityWebCore plugin can only be used in Unity Windows Standalone applications.

近期下载者

相关文件


收藏者