《SteamVR2.2.0之Skeleton_Poser》(Yanlz+Unity+XR+VR+AR+MR+SteamVR_Skeleton_Poser+Skeleton+Poser+立钻哥哥+==)

《SteamVR2.2.0之Skeleton_Poser》

《SteamVR2.2.0之Skeleton_Poser》

版本html

做者git

参与者github

完成日期面试

备注算法

SteamVR2.2.0_Skeleton_V01_1.0数据库

严立钻编程

 

2019.05.07设计模式

 

 

 

 

 

 

 

 

##《SteamVR2.2.0之Skeleton_Poser》发布说明:

++++“SteamVR2.2.0之Skeleton_Poser”:是对“SteamVR2.2.0”的官方教程(Tutorials)梳理总结;(2019年度的重点技术突破点确立为:“SteamVR”)(前面已经有了一个“V2.0”和“V2.2.0”开发指南了:http://www.javashuo.com/article/p-wgdghzsl-er.htmlhttp://www.javashuo.com/article/p-hguaxolf-ew.html;快速入门:http://www.javashuo.com/article/p-fcmbsvpm-gb.html;交互系统:http://www.javashuo.com/article/p-ocssrxuq-gd.html;官方教程:http://www.javashuo.com/article/p-gblmlsya-gp.htmlhttp://www.javashuo.com/article/p-fyhwthit-kq.html;这个“官方教程”是基于前面几篇操做指南和快速入门的一个拓展,因此能够先粗略查阅一下这几篇博文;这里重点说明一下:实战是关键,因此官方教程是重中之重,后期还会基于熟悉官方示例的基础上拓展应用到现实应用中,敬请期待api

++++“SteamVR2.2.0之Skeleton_Poser”:定位在熟悉SteamVR框架性能优化

 

++++SteamVR的Github:https://github.com/ValveSoftware/steamvr_unity_plugin

++++SteamVR的QuickStart:https://valvesoftware.github.io/steamvr_unity_plugin/

++++SteamVR的Releases:https://github.com/ValveSoftware/steamvr_unity_plugin/releases

++++SteamVR2.0开发指南http://www.javashuo.com/article/p-wgdghzsl-er.html

++++SteamVR2.2.0开发指南http://www.javashuo.com/article/p-hguaxolf-ew.html

++++SteamVR2.2.0快速入门http://www.javashuo.com/article/p-fcmbsvpm-gb.html

++++SteamVR2.2.0交互系统http://www.javashuo.com/article/p-ocssrxuq-gd.html

++++SteamVR2.2.0传送机制http://www.javashuo.com/article/p-ophuaicg-gh.html

++++SteamVR2.2.0教程(一)http://www.javashuo.com/article/p-gblmlsya-gp.html

++++SteamVR2.2.0教程(二)http://www.javashuo.com/article/p-fyhwthit-kq.html

++++SteamVR_Skeleton_Poserhttp://www.javashuo.com/article/p-qthgorzz-kg.html

++++SteamVR实战之PMCorehttp://www.javashuo.com/article/p-bhmsdtsc-hx.html

 

 

 

 

##《SteamVR2.2.0之Skeleton_Poser》目录

#第一篇:Skeleton_Poser杂谈

#第二篇:Skeleton_Poser官方教程

#第三篇:Skeleton_Poser案例分析

#第四篇:Skeleton_Poser性能优化

#第五篇:立钻哥哥对Skeleton_Poser的拓展

推广:【XR游戏开发QQ群:784477094

 

 

 

#第一篇:Skeleton_Poser杂谈

#第一篇:Skeleton_Poser杂谈

#第一篇:Skeleton_Poser杂谈

++++立钻哥哥:杂谈”是一种信仰,这是一种探索精神(对未知的探索)!

++++SteamVR的“v2.2RC1”版本中增长了“SteamVR_Skeleton_Poser”组件,简化了建立姿态,很容易与“SteamVR骨骼系统”兼容,例如,检查“交互系统”场景中的对象,或者将组件添加到“Interactable”中;(Feature: Added SteamVR_Skeleton_Poser component that simplifies creating poses that are easily compatible with the SteamVR Skeletal System. Check the objects in the Interaction System scene for examples or add the component to an interactable.)

++++A.1、如何找到“Skeleton_Poser”官方教程

++++A.2、“Skeleton_Poser”的钻哥百科

++++A.3、“Skeleton_Poser”的简单案例

++++A.4、立钻哥哥对“Skeleton_Poser”的简单拓展

 

 

##A.一、如何找到“Skeleton_Poser”官方教程

##A.一、如何找到“Skeleton_Poser”官方教程

++A.一、如何找到“Skeleton_Poser”官方教程

++++立钻哥哥:如何找到资源,能够百度或者“Google”,这里咱们来看一下官网教程

++++SteamVR的Github:https://github.com/ValveSoftware/steamvr_unity_plugin

++++SteamVR分类:https://blog.csdn.net/vrunsoftyanlz/article/category/8582642

 

++SteamVR的Github

++++立钻哥哥:SteamVRGithub有开源代码和版本说明,这是一个比较好的渠道来学习SteamVR;不过都是英文的,立钻哥哥也推出了几篇快速入门和教程,可查阅“SteamVR”分类

++++SteamVR的Github:https://github.com/ValveSoftware/steamvr_unity_plugin

 

++SteamVR Unity Plugin

++++立钻哥哥:Valve maintains a Unity plugin to smoothly interface SteamVR with Unity. With SteamVR developers can target one API that all the popular VR headsets can connect to. The modern SteamVR Unity Plugin manages three main things for developers: loading 3d models for VR controllers, handling input from those controllers, and estimating what your hand looks like while using those controllers. On top of managing those things we have an Interaction System example to help get your VR application off the ground. Providing concrete examples of interacting with the virtual world and our APIs.Valve维护了一个Unity插件,能够顺利地与Unity接口“SteamVR”。使用“SteamVR”,开发者能够将全部流行的VR头盔链接到一个API上。现代的“SteamVR Unity插件”为开发者管理了三件主要的事情:为VR控制器加载3d模型处理来自这些控制器的输入,以及在使用这些控制器时估计你的手的样子。在管理这些事情之上,咱们有一个“交互系统”的例子来帮助您的VR应用程序起步。提供与虚拟世界和咱们的api交互的具体示例

++++[Valve]:Valve是“Valve Software(维尔福软件公司)”的简称,1996年成立于华盛顿州西雅图市,是一家专门开发电子游戏的公司,表明做品有半条命、反恐精英、求生之路、DOTA2等;Valve发布了一些扩展模式和接口供其它平台(如:Steam)的开发者使用

++++2003年09月12日,Valve发布电子游戏整合平台Steam,它用于游戏的出版、网上对战、玩家互动、游戏内容组织和更新;(PC游戏解决方案:说到VALVE,不得不提到STEAM,这个现今世界上最流行的PC游戏解决方案Steam最初只是做为CSHL2Valve旗下游戏更新用,后发展为方便迅速的综合性下载平台;Steam使用了BT软件之父“Bram.Cohen”的代码和技术,来自全球各地的玩家只用10秒钟便可用VisaMaster等国际信用卡购买游戏并以BT般的速度下载!Steam购买的游戏与您的帐号关联,而不是计算机;)

 

++Documentation(资料)

++++立钻哥哥:Documentation can be found online here:文件资料能够在这里在线找到

++++https://valvesoftware.github.io/steamvr_unity_plugin/

 

++Tutorials(教程)

++++立钻哥哥:These tutorials cover subjects specifically related to the SteamVR Unity Plugin. We have some basic tutorials now but if theses a specific component of the system youd like more information on please create an Issue on the github Issues page of the SteamVR Unity Plugin.这些教程涵盖了与“SteamVR Unity插件”相关的主题。咱们如今有一些基本的教程,但若是这些是一个特定的组成部分的系统,你想要更多的信息,请建立一个github问题页面的“SteamVR Unity插件”

++++https://valvesoftware.github.io/steamvr_unity_plugin/tutorials/intro.html

 

++Skeleton Poser(骨骼手势)

++++立钻哥哥:The Skeleton Poser system has a straightforward purpose: when picking up physical objects, you in-game hands should morph to poses holding the objects. These rock solid poses can be authored and tweaked right in the Unity editor, for quick iteration as your game progresses. You can apply fancy effects on top of the poses such as additive per-finger animation and dynamic grips, and multi-pose blending.骨骼手势”系统有一个简单的目的:当你拿起实物时,你在游戏中的手应该变造成拿着实物的姿式。这些僵硬的姿式能够在“Unity编辑器”中编写和调整,方便咱们游戏的快速迭代。咱们能够在姿态的顶部应用一些奇特的效果,好比添加每一个手指的动画和动态握把,以及多姿态混合

++++https://valvesoftware.github.io/steamvr_unity_plugin/tutorials/Skeleton-Poser.html

 

++Tutorials/Skeleton Poser(教程/骨骼手势)

++++立钻哥哥:The value of this system comes from the simplified workflow. Instead of dealing with imported animations and nightmarish animation graphs, poses are stored as compact assets and animations are applied automatically based on the pose associated with whatever youre holding. This allows more complex hand behaviour on a smaller time budget.该系统的价值来自于简化的工做流。与处理导入的动画和噩梦般的动画图形不一样,pose存储为压缩资源,并根据与您所持有的任何内容相关联的姿式自动应用动画。这使得时间预算有限的状况下可使用到更复杂的手行为

++++https://valvesoftware.github.io/steamvr_unity_plugin/tutorials/Skeleton-Poser.html

 

 

 

 

 

##A.二、“Skeleton_Poser”的钻哥百科

##A.二、“Skeleton_Poser”的钻哥百科

+++A.二、“Skeleton_Poser”的钻哥百科

++++立钻哥哥:作为一个传统的项目“钻哥百科”,就是以“Skeleton_Poser”关键字搜索整理

 

++百科图片(Skeleton_Poser)

++++立钻哥哥:这个“Skeleton_Poser”的有效资料比较少,由于这是SteamVR2.2新增长的功能,因此网上介绍不是不少,那咱们经过一组图片来大体了解一下什么是“Skeleton_Poser”吧

 

 

 

 

 

 

 

 

#第二篇:Skeleton_Poser官方教程

#第二篇:Skeleton_Poser官方教程

#第二篇:Skeleton_Poser官方教程

++++立钻哥哥:这一篇咱们就围绕官网上的教程展开学习,对相关知识点进行拓展

++++https://valvesoftware.github.io/steamvr_unity_plugin/tutorials/Skeleton-Poser.html

++++B.1、Skeleton_Poser相关知识储备

++++B.2、Skeleton_Poser官方教程

++++B.3、SteamVR_Skeleton_Poser组件的源码剖析

++++B.4、Skeleton_Poser项目实战

++++B.5、立钻哥哥对Skeleton_Poser的拓展

 

 

##B.一、Skeleton_Poser相关知识储备

##B.一、Skeleton_Poser相关知识储备

++B.一、Skeleton_Poser相关知识储备

++++立钻哥哥:因为网上关于“Skeleton_Poser”的相关资料仍是比较少的,那立钻哥哥就自由发挥了,尽量多整理汇总一些相关的知识点吧

 

++[Pose]类型(SteamVR_Action_Pose.cs)

++++立钻哥哥:[Pose]类型的动做表示三维空间中的位置和旋转,通常用于跟踪VR控制器

++++Unity中对应的类为:SteamVR_Action_Pose.cs

++++\Assets\SteamVR\Input\SteamVR_Action_Pose.cs

using UnityEngine;

using System.Collections;

using System;

using Valve.VR;

using System.Runtime.InteropServices;

using System.Collections.Generic;

 

namespace Valve.VR{

    [Serializable]

    //Pose actions represent a position, rotation, and velocities inside the tracked space. SteamVR keeps a log of past poses so you can retrieve old poses with GetPoseAtTimeOffset or GetVelocitiesAtTimeOffset. You can also pass in times in the future to these methods for SteamVRs best prediction of where the pose will be at that time.(立钻哥哥:姿态动做表示跟踪空间内的位置、旋转和速度。SteamVR会记录下过去的姿式,因此你可使用GetPoseAtTimeOffset或GetVelocitiesAtTimeOffset来检索旧的姿式。你也能够经过这些方法在将来的时间,预测SteamVR最佳的位置.

    public class SteamVR_Action_Pose : SteamVR_Action_Pose_Base<SteamVR_Action_Pose_Source_Map<SteamVR_Action_Pose_Source>, SteamVR_Action_Pose_Source>, ISerializationCallbackReceiver{

        public delegate void ActiveChangeHandler(...);

        public delegate void ChangeHandler(...);

        public delegate void UpdateHandler(...);

        public delegate void TrackingChangeHandler(...);

        public delegate void ValidPoseChangeHandler(...);

        public delegate void DeviceConnectedChangeHandler(...);

        ... ...

    }    //立钻哥哥:public class SteamVR_Action_Pose{}

}    //立钻哥哥:namespace Valve.VR{}

 

++[Skeleton]类型(SteamVR_Action_Skeleton.cs)

++++立钻哥哥:[Skeleton]类型的动做可以获取用户在持握手柄控制器时的手指关节数据,经过返回数据,结合手部渲染模型,可以更加真实的呈现手部在虚拟世界的姿态,虽然不及像“Leap Motion”等设备获取手指输入那样精确,可是足以得到良好的沉浸感

++++Unity中对应的类为:SteamVR_Action_Skeleton.cs

++++\Assets\SteamVR\Input\SteamVR_Action_Skeleton.cs

using UnityEngine;

using System.Collections;

using System;

using System.Runtime.InteropServices;

using System.Collections.Generic;

using System.Text;

 

namespace Valve.VR{

    [Serializable]

    //Skeleton Actions are our best approximation of where your hands are while holding vr controllers and pressing buttons. We give you 31 bones to help you animate hand models.(立钻哥哥:骨架动做是咱们最好的近似你的手在哪里,而持有vr控制器和按下按钮。咱们给你31块骨头来帮助你制做动画手模型

    public class SteamVR_Action_Skeleton : SteamVR_Action_Pose_Base<SteamVR_Action_Skeleton_Source_Map, SteamVR_Action_Skeleton_Source>, ISteamVR_Action_Skeleton_Source, ISerializationCallbackReceiver{

        public const int numBones = 31;

        public delegate void ActiveChangeHandler(...);

        public delegate void ChangeHandler(..);

        public delegate void UpdateHandler(...);

        public delegate void TrackingChangeHandler(...);

        public delegate void ValidPoseChangeHandler(...);

        public delegate void DeviceConnectedChangeHandler(...);

    }    //立钻哥哥:public class SteamVR_Action_Skeleton{}

}    //立钻哥哥:namespace Valve.VR{}

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

【XR游戏开发QQ群:784477094

++立钻哥哥推荐的拓展学习连接(Link_Url)

立钻哥哥推荐的拓展学习连接(Link_Url)

++++立钻哥哥Unity 学习空间: http://blog.csdn.net/VRunSoftYanlz/

++++虚拟现实VR资讯: http://www.javashuo.com/article/p-fqrqdjkb-w.html

++++HTC_VIVE开发基础http://www.javashuo.com/article/p-mhcdmelt-bt.html

++++Oculus杂谈http://www.javashuo.com/article/p-unmgvyjw-ce.html

++++Oculus安装使用http://www.javashuo.com/article/p-ulvvimkb-cr.html

++++Unity+SteamVR=>VRhttp://www.javashuo.com/article/p-asetqfsg-da.html

++++Unity减小VR晕眩症http://www.javashuo.com/article/p-cendayuh-dt.html

++++SteamVR简介http://www.javashuo.com/article/p-awcwwcaq-ea.html

++++SteamVR脚本功能分析http://www.javashuo.com/article/p-ajqgwdev-ek.html

++++SteamVR2.0开发指南http://www.javashuo.com/article/p-wgdghzsl-er.html

++++SteamVR2.2.0开发指南http://www.javashuo.com/article/p-hguaxolf-ew.html

++++SteamVR2.2.0快速入门http://www.javashuo.com/article/p-fcmbsvpm-gb.html

++++SteamVR2.2.0交互系统http://www.javashuo.com/article/p-ocssrxuq-gd.html

++++SteamVR2.2.0传送机制http://www.javashuo.com/article/p-ophuaicg-gh.html

++++SteamVR2.2.0教程(一)http://www.javashuo.com/article/p-gblmlsya-gp.html

++++SteamVR2.2.0教程(二)http://www.javashuo.com/article/p-fyhwthit-kq.html

++++SteamVR_Skeleton_Poserhttp://www.javashuo.com/article/p-qthgorzz-kg.html

++++SteamVR实战之PMCorehttp://www.javashuo.com/article/p-bhmsdtsc-hx.html

++++SteamVR/Extrashttp://www.javashuo.com/article/p-qrebqbra-he.html

++++SteamVR/Inputhttp://www.javashuo.com/article/p-avbvrjff-ga.html

++++OpenXR简介http://www.javashuo.com/article/p-qgsgcamr-eu.html

++++VRTK杂谈http://www.javashuo.com/article/p-gsryrkjk-eb.html

++++VRTK快速入门(杂谈)http://www.javashuo.com/article/p-bgvfnmia-cm.html

++++VRTK官方示例(目录)http://www.javashuo.com/article/p-dsnjffvq-ea.html

++++VRTK代码结构(目录)http://www.javashuo.com/article/p-wfilzqyd-es.html

++++VRTK(SceneResources)http://www.javashuo.com/article/p-ryptqvzl-hm.html

++++VRTK_ControllerEventshttp://www.javashuo.com/article/p-sciqvywx-hv.html

++++VRTK_InteractTouchhttp://www.javashuo.com/article/p-ggucvtwz-hq.html

++++虚拟现实行业应用http://www.javashuo.com/article/p-dtgguvvf-ec.html

++++Steam平台上的VRhttp://www.javashuo.com/article/p-wuvvtohn-bo.html

++++Steam平台热销VRhttp://www.javashuo.com/article/p-uyiidcdy-ba.html

++++VR实验:以太网帧的构成http://www.javashuo.com/article/p-fnfhdcgt-bp.html

++++实验四:存储器扩展实验http://www.javashuo.com/article/p-hutumxis-dd.html

++++FrameVR示例V0913http://www.javashuo.com/article/p-xnlrngai-cw.html

++++FrameVR示例V1003http://www.javashuo.com/article/p-ztazxpkv-bd.html

++++SwitchMachineV1022http://www.javashuo.com/article/p-tqkoklov-s.html

++++PlaySceneManagerV1022http://www.javashuo.com/article/p-tqkoklov-s.html

++++Unity5.x用户手册http://www.javashuo.com/article/p-ufnzpmga-s.html

++++Unity面试题ABChttp://www.javashuo.com/article/p-mwacxwca-gm.html

++++Unity面试题Dhttp://www.javashuo.com/article/p-wuwcrclr-s.html

++++Unity面试题Ehttp://www.javashuo.com/article/p-hmabbtmc-ba.html

++++Unity面试题Fhttp://www.javashuo.com/article/p-olslkfao-cq.html

++++Cocos2dx面试题http://www.javashuo.com/article/p-daozmsii-cz.html

++++禅道[zentao]http://www.javashuo.com/article/p-rqsvjwtk-cz.html

++++Lua快速入门篇(Xlua拓展):http://www.javashuo.com/article/p-rrszijom-cm.html

++++Lua快速入门篇(XLua教程):http://www.javashuo.com/article/p-pduvmusb-ho.html

++++Lua快速入门篇(基础概述)http://www.javashuo.com/article/p-shernvtt-u.html

++++框架知识点http://www.javashuo.com/article/p-eufbowgf-u.html

++++游戏框架(UI框架夯实篇)http://www.javashuo.com/article/p-cvemoigb-cu.html

++++游戏框架(初探篇)http://www.javashuo.com/article/p-zfpoilbc-hy.html

++++.Net框架设计http://www.javashuo.com/article/p-bvqhwwfm-cu.html

++++从零开始学架构http://www.javashuo.com/article/p-xbebwfbh-gd.html

++++设计模式简单整理http://www.javashuo.com/article/p-rngqugib-hg.html

++++专题:设计模式(精华篇)http://www.javashuo.com/article/p-nbohnaya-hw.html

++++U3D小项目参考https://blog.csdn.net/vrunsoftyanlz/article/details/80141811

++++Unity小游戏算法分析http://www.javashuo.com/article/p-stddpwad-eg.html

++++Unity案例(Vehicle)http://www.javashuo.com/article/p-wxnfscgy-dy.html

++++UML类图http://www.javashuo.com/article/p-sxberuew-bm.html

++++PowerDesigner简介http://www.javashuo.com/article/p-deknpwxv-cu.html

++++Unity知识点0001http://www.javashuo.com/article/p-ryvdxxjr-ep.html

++++Unity知识点0008http://www.javashuo.com/article/p-kxgstxls-gu.html

++++U3D_Shader编程(第一篇:快速入门篇)http://www.javashuo.com/article/p-kyppgrac-gz.html

++++U3D_Shader编程(第二篇:基础夯实篇)http://www.javashuo.com/article/p-qkyowtli-hv.html

++++Unity引擎基础http://www.javashuo.com/article/p-beommoeb-ka.html

++++Unity面向组件开发http://www.javashuo.com/article/p-eigmuvut-dt.html

++++Unity物理系统http://www.javashuo.com/article/p-nqvvciwv-kd.html

++++Unity2D平台开发http://www.javashuo.com/article/p-ycaagdtj-hs.html

++++UGUI基础http://www.javashuo.com/article/p-rukxwckw-mc.html

++++UGUI进阶http://www.javashuo.com/article/p-wcatruhq-gt.html

++++UGUI综合http://www.javashuo.com/article/p-dkccmqii-gg.html

++++Unity动画系统基础http://www.javashuo.com/article/p-mbrdouxy-dq.html

++++Unity动画系统进阶http://www.javashuo.com/article/p-aqaqpbkh-bp.html

++++Navigation导航系统http://www.javashuo.com/article/p-dswwllas-t.html

++++Unity特效渲染http://www.javashuo.com/article/p-ckojjyfj-bp.html

++++Unity数据存储http://www.javashuo.com/article/p-bvlzynso-m.html

++++Unity中Sqlite数据库http://www.javashuo.com/article/p-ejutsbxl-ca.html

++++WWW类和协程http://www.javashuo.com/article/p-dbwmhsav-cy.html

++++Unity网络http://www.javashuo.com/article/p-sqrlntgh-dw.html

++++Unity资源加密http://www.javashuo.com/article/p-qbtlzpck-bo.html

++++PhotonServer简介http://www.javashuo.com/article/p-cjotdrlu-z.html

++++编写Photon游戏服务器http://www.javashuo.com/article/p-mrqkaqlj-dn.html

++++C#事件http://www.javashuo.com/article/p-zmwruvql-gm.html

++++C#委托http://www.javashuo.com/article/p-uozpymaf-gh.html

++++C#集合http://www.javashuo.com/article/p-sfqfdqsf-ex.html

++++C#泛型http://www.javashuo.com/article/p-xrttqngo-ee.html

++++C#接口http://www.javashuo.com/article/p-vhlfplgv-dm.html

++++C#静态类https://blog.csdn.net/vrunsoftyanlz/article/details/78630979

++++C#中System.String类http://www.javashuo.com/article/p-olslkfao-cq.html

++++C#数据类型http://www.javashuo.com/article/p-hmabbtmc-ba.html

++++Unity3D默认的快捷键http://www.javashuo.com/article/p-wuwcrclr-s.html

++++游戏相关缩写http://www.javashuo.com/article/p-mwacxwca-gm.html

++++UnityAPI.Rigidbody刚体http://www.javashuo.com/article/p-phaztrtw-w.html

++++UnityAPI.Material材质http://www.javashuo.com/article/p-ntyoqcng-q.html

++++UnityAPI.Android安卓http://www.javashuo.com/article/p-fyyfgkck-q.html

++++UnityAPI.AndroidJNI安卓JNIhttp://www.javashuo.com/article/p-kvxjsnzf-w.html

++++UnityAPI.Transform变换http://www.javashuo.com/article/p-bfgrrhxl-cq.html

++++UnityAPI.WheelCollider轮碰撞器http://www.javashuo.com/article/p-smnaoooi-cn.html

++++UnityAPI.Resources资源http://www.javashuo.com/article/p-utqnokva-bu.html

++++JSON数据结构http://www.javashuo.com/article/p-dljbtddn-g.html

++++CocosStudio快速入门http://www.javashuo.com/article/p-qldbaqqa-v.html

++++Unity企业内训(目录)http://www.javashuo.com/article/p-oefbctlf-mn.html

++++Unity企业内训(第1讲)http://www.javashuo.com/article/p-ehlblkrj-mc.html

++++Unity企业内训(第2讲)http://www.javashuo.com/article/p-tiecmlwc-ma.html

++++Unity企业内训(第3讲)http://www.javashuo.com/article/p-mlpucjnv-ma.html

++++Unity企业内训(第4讲)http://www.javashuo.com/article/p-vfalurum-kz.html

++++Unity企业内训(第5讲)http://www.javashuo.com/article/p-ncrckqey-kv.html

++++Unity企业内训(第6讲)http://www.javashuo.com/article/p-gcrucvtb-ku.html

++++钻哥带您了解产品原型http://www.javashuo.com/article/p-hhgxuwjv-kt.html

++++插件<Obi Rope>http://www.javashuo.com/article/p-rmhegsmj-kr.html

++++计算机组成原理(教材篇)http://www.javashuo.com/article/p-sejaldpf-kr.html

++++5G接入:云计算和雾计算http://www.javashuo.com/article/p-yqdivhsk-km.html

++++云计算通俗讲义http://www.javashuo.com/article/p-rkzxxaay-mc.html

++++立钻哥哥Unity 学习空间: http://blog.csdn.net/VRunSoftYanlz/

--_--VRunSoft:lovezuanzuan--_--ww4ww--_--