2 Vuforia in Unity Tutorial: https://www.youtube.com/watch?v=X6djed8e4n0&t=213s Preparation: Download "Vuforia for Unity" from https://developer.vuforia.com/downloads/sdk?d=windows-30-16-4815&retU import Vuforia into Unity by dragging &q…
工具 [u3d相关的PostProcessBuildPlayer,PerformBuild.cs] 1.Jenkins 开源包 Java -jar jenkins.war,参考链接 http://www.cnblogs.com/itech/archive/2011/11/02/2233343.html. 2.JDK 3.ANT 4.Eclipse 5.Jenkins 插件管理 Ant Plugin This plugin adds Apache Ant support to Jenkins.…
原地址:http://game.ceeger.com/Manual/HOWTO-ImportObjectMax.html If you make your 3D objects in 3dsMax, you can save your .max files directly into your Project or export them into Unity using the Autodesk .FBXformat. Saving them in the original .max form…
UMA - Unity Multipurpose Avatar UMA version 1.0.1.0R Unity 4.3 What is UMA? UMA - Unity Multipurpose Avatar, is an open avatar creation framework, it provides both base code and example content to create avatars. Using the UMA pack, it ́s possible to…
Entitas Learning Document You can find Entitas project in there Entitas for Unity Github There are a short, simple introduction for new in Entitas Follow the steps to get an quick look at Entitas. But more details need to refer to the official docume…
1. Displaying Data with Core UI Elements (已看) 2. Responding to User Events for Interactive UIs (已看) 3. Inventory UIs (已看) 4. Playing and Manipulating Sounds 5. Creating Textures, Maps, and Materials 6. Shader Graphs and Video Players 7. Using Cameras…
在跑Vuforia 的sample android app 的时候报了下面这个错,找了半天才找到解决方法: "Vuforia App key is missing. Please get a valid key, by logging into your account at developer.vuforia.com and creating a new project" Vuforia 4.0 以上要求一个License key. 在官网上注册一个账号,在develop->L…
我的maven 项目有一个红色感叹号, 而且Problems 存在 errors : Description Resource Path Location Type Archive for required library: 'D:/mvn/repos/junit/junit/3.8.1/junit-3.8.1.jar' in project 'xxx' cannot be read or is not a valid ZIP file ktb-mgr Maven Webapp Build pa…
示例代码: "frameworks": { "netcoreapp1.0.0": { "imports" : "portable-net45+win81" } } importsis a way to use packages that were not designed for that framework. Basically you tell it "Use those targets even though…