实例介绍
Unity接百度地图测试工程,详情:http://blog.csdn.net/zzmkljd/article/details/56677138
【实例截图】
【核心代码】
b3a2538f5286256bfb68df4a8f946c53.zip
└── MapTest
├── Assembly-CSharp.csproj
├── Assembly-CSharp-Editor.csproj
├── Assembly-CSharp-firstpass.csproj
├── Assets
│ ├── CoherentUI
│ │ ├── doc
│ │ │ ├── Coherent_UI_Documentation.chm
│ │ │ ├── Coherent_UI_Documentation.chm.meta
│ │ │ ├── CoherentUI_Unity3D_Guide.pdf
│ │ │ └── CoherentUI_Unity3D_Guide.pdf.meta
│ │ ├── doc.meta
│ │ ├── Editor
│ │ │ ├── apktool1.5.2
│ │ │ │ ├── aapt
│ │ │ │ ├── aapt.exe
│ │ │ │ ├── aapt.exe.meta
│ │ │ │ ├── aapt.meta
│ │ │ │ ├── apktool.jar
│ │ │ │ └── apktool.jar.meta
│ │ │ ├── apktool1.5.2.meta
│ │ │ ├── CoherentUI
│ │ │ │ ├── AndroidPostProcessor.cs
│ │ │ │ ├── AndroidPostProcessor.cs.meta
│ │ │ │ ├── CoherentExposeProperties.cs
│ │ │ │ ├── CoherentExposeProperties.cs.meta
│ │ │ │ ├── CoherentPostProcessor.cs
│ │ │ │ ├── CoherentPostProcessor.cs.meta
│ │ │ │ ├── CoherentSystemEditor.cs
│ │ │ │ ├── CoherentSystemEditor.cs.meta
│ │ │ │ ├── CoherentUIInstaller.cs
│ │ │ │ ├── CoherentUIInstaller.cs.meta
│ │ │ │ ├── CoherentUILiveGameViewEditor.cs
│ │ │ │ ├── CoherentUILiveGameViewEditor.cs.meta
│ │ │ │ ├── CoherentViewEditor.cs
│ │ │ │ ├── CoherentViewEditor.cs.meta
│ │ │ │ ├── IOSPostProcessor.cs
│ │ │ │ ├── IOSPostProcessor.cs.meta
│ │ │ │ ├── MobileSurfaceViewEditor.cs
│ │ │ │ └── MobileSurfaceViewEditor.cs.meta
│ │ │ └── CoherentUI.meta
│ │ └── Editor.meta
│ ├── CoherentUI.meta
│ ├── Gizmos
│ │ ├── Coherent_UI_docs.png
│ │ ├── Coherent_UI_docs.png.meta
│ │ ├── Coherent_UI_inspector.png
│ │ ├── Coherent_UI_inspector.png.meta
│ │ ├── Coherent_UI_support.png
│ │ ├── Coherent_UI_support.png.meta
│ │ ├── CoherentUIView_icon.png
│ │ └── CoherentUIView_icon.png.meta
│ ├── Gizmos.meta
│ ├── MobileSurface.cs
│ ├── MobileSurface.cs.meta
│ ├── MobileSurface.unity
│ ├── MobileSurface.unity.meta
│ ├── Models
│ │ ├── cube-textures.obj
│ │ ├── cube-textures.obj.meta
│ │ ├── Materials
│ │ │ ├── back_faceMat.mat
│ │ │ ├── back_faceMat.mat.meta
│ │ │ ├── bottom_faceMat.mat
│ │ │ ├── bottom_faceMat.mat.meta
│ │ │ ├── front_faceMat.mat
│ │ │ ├── front_faceMat.mat.meta
│ │ │ ├── left_faceMat.mat
│ │ │ ├── left_faceMat.mat.meta
│ │ │ ├── right_faceMat.mat
│ │ │ ├── right_faceMat.mat.meta
│ │ │ ├── top_faceMat.mat
│ │ │ ├── top_faceMat.mat.meta
│ │ │ ├── Transparent.mat
│ │ │ └── Transparent.mat.meta
│ │ └── Materials.meta
│ ├── Models.meta
│ ├── Plugins
│ │ ├── Android
│ │ │ ├── CoherentAndroid.jar
│ │ │ ├── CoherentAndroid.jar.meta
│ │ │ ├── libCoherentAndroidNative.so
│ │ │ └── libCoherentAndroidNative.so.meta
│ │ ├── Android.meta
│ │ ├── CoherentUIMobileNet.dll
│ │ ├── CoherentUIMobileNet.dll.mdb
│ │ ├── CoherentUIMobileNet.dll.mdb.meta
│ │ ├── CoherentUIMobileNet.dll.meta
│ │ ├── CoherentUI_Native.bundle
│ │ │ ├── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ ├── Info.plist.meta
│ │ │ │ ├── MacOS
│ │ │ │ │ ├── CoherentUI_Native
│ │ │ │ │ └── CoherentUI_Native.meta
│ │ │ │ └── MacOS.meta
│ │ │ └── Contents.meta
│ │ ├── CoherentUI_Native.bundle.meta
│ │ ├── CoherentUI_Native.dll
│ │ ├── CoherentUI_Native.dll.meta
│ │ ├── CoherentUI_Native.pdb
│ │ ├── CoherentUI_Native.pdb.meta
│ │ ├── CoherentUINet.dll
│ │ ├── CoherentUINet.dll.mdb
│ │ ├── CoherentUINet.dll.mdb.meta
│ │ ├── CoherentUINet.dll.meta
│ │ ├── iOS
│ │ │ ├── CoherentUI.mm
│ │ │ ├── CoherentUI.mm.meta
│ │ │ ├── libCoherentUIMobile.a
│ │ │ └── libCoherentUIMobile.a.meta
│ │ ├── iOS.meta
│ │ ├── libCoherentUI_Native.so
│ │ └── libCoherentUI_Native.so.meta
│ ├── Plugins.meta
│ ├── Standard Assets
│ │ ├── Scripts
│ │ │ ├── CoherentUI
│ │ │ │ ├── CoherentUILiveGameView.cs
│ │ │ │ ├── CoherentUILiveGameView.cs.meta
│ │ │ │ ├── CoherentUISystem.cs
│ │ │ │ ├── CoherentUISystem.cs.meta
│ │ │ │ ├── CoherentUIView.cs
│ │ │ │ ├── CoherentUIView.cs.meta
│ │ │ │ ├── Detail
│ │ │ │ │ ├── CoherentCameraLive.cs
│ │ │ │ │ ├── CoherentCameraLive.cs.meta
│ │ │ │ │ ├── CoherentExposePropertyAttribute.cs
│ │ │ │ │ ├── CoherentExposePropertyAttribute.cs.meta
│ │ │ │ │ ├── CoherentMethodAttribute.cs
│ │ │ │ │ ├── CoherentMethodAttribute.cs.meta
│ │ │ │ │ ├── CoherentUIDialog.cs
│ │ │ │ │ ├── CoherentUIDialog.cs.meta
│ │ │ │ │ ├── CoherentUIViewRenderer.cs
│ │ │ │ │ ├── CoherentUIViewRenderer.cs.meta
│ │ │ │ │ ├── FileHandler.cs
│ │ │ │ │ ├── FileHandler.cs.meta
│ │ │ │ │ ├── IMEHandler.cs
│ │ │ │ │ ├── IMEHandler.cs.meta
│ │ │ │ │ ├── InputManager.cs
│ │ │ │ │ ├── InputManager.cs.meta
│ │ │ │ │ ├── License.cs
│ │ │ │ │ ├── License.cs.meta
│ │ │ │ │ ├── LogHandler.cs
│ │ │ │ │ ├── LogHandler.cs.meta
│ │ │ │ │ ├── SystemListener.cs
│ │ │ │ │ ├── SystemListener.cs.meta
│ │ │ │ │ ├── ViewListener.cs
│ │ │ │ │ └── ViewListener.cs.meta
│ │ │ │ ├── Detail.meta
│ │ │ │ ├── MobileSurfaceView.cs
│ │ │ │ └── MobileSurfaceView.cs.meta
│ │ │ └── CoherentUI.meta
│ │ ├── Scripts.meta
│ │ ├── Shaders
│ │ │ ├── CoherentUI
│ │ │ │ ├── DiffuseIgnoreZ.shader
│ │ │ │ ├── DiffuseIgnoreZ.shader.meta
│ │ │ │ ├── TransparentDiffuseIgnoreZ.shader
│ │ │ │ └── TransparentDiffuseIgnoreZ.shader.meta
│ │ │ └── CoherentUI.meta
│ │ └── Shaders.meta
│ ├── Standard Assets.meta
│ ├── StreamingAssets
│ │ ├── CoherentUI64_Native.dll
│ │ ├── CoherentUI64_Native.dll.meta
│ │ ├── CoherentUINet.dll64
│ │ ├── CoherentUINet.dll64.meta
│ │ ├── MapResource
│ │ │ ├── javascript
│ │ │ │ ├── coherent.js
│ │ │ │ └── coherent.js.meta
│ │ │ ├── javascript.meta
│ │ │ ├── map.html
│ │ │ └── map.html.meta
│ │ └── MapResource.meta
│ └── StreamingAssets.meta
├── MapTest.sln
├── MapTest.v12.suo
└── ProjectSettings
├── AudioManager.asset
├── ClusterInputManager.asset
├── DynamicsManager.asset
├── EditorBuildSettings.asset
├── EditorSettings.asset
├── GraphicsSettings.asset
├── InputManager.asset
├── NavMeshAreas.asset
├── NetworkManager.asset
├── Physics2DSettings.asset
├── ProjectSettings.asset
├── ProjectVersion.txt
├── QualitySettings.asset
├── TagManager.asset
├── TimeManager.asset
├── UnityAdsSettings.asset
└── UnityConnectSettings.asset
26 directories, 171 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论