• Re:Unity游戏开发有哪些让你拍案叫绝的技巧?


    这是我在知乎一个问题:

    《Unity游戏开发有哪些让你拍案叫绝的技巧?》

    下面的回答,觉得蛮有趣的,贴在这里和博客的朋友们分享下。

    -----

    分享一个比较好玩的内容吧。

    大家都知道Unity有一个职位叫做Evangelist,翻译成中文就是布道师。他们的任务是介绍Unity最新的功能,分享Unity的知识。那么做一些演讲自然就必不可少了。

    包括其他Team的同事,如果遇到了Unite这样的大会,也要做一些演讲。

    那么,准备一份Power Point,同时准备一个live demo就是家常便饭的事情了。但是Power Point和Unity之间来回切换,总觉得不太爽,而且大家都使用Power Point似乎又有点无趣。

    所以,国外的Evangelist Andy Touch以及Field Engineer Valentin Simonov他们就开发并开源了一个Unity Editor的拓展,即在Unity中播放“Power Point”——其实并不是真的播放PPT——而是利用了Unity的UI系统构建了一套类似Power Point,适合做演讲的工程。(这两位也参加了今年的Unite Beijing)。

    下面简单演示一下:

    怎么用呢?其实很简单。一套“PPT”就是有很多Scene组成的。

    • Download the project.

    • Open Presentation Window from Window > Presentation menu.

    • Locate the sample Slide Deck in Presentation > Unity folder. It is called Unity Sample Presentation.

    • Select it and click Load This Slide Deck button in the Inspector.

    • Press [> B] button in the top right corner of the Presentation Window.

    • Use Left and Right arrows on your keyboard or [<<] and [>>] buttons in the top right corner of the Presentation Window to switch slides.

    那么,这样除了逼格突出之外还有什么好处呢?那就是可以很方便的将Live Demo和“PPT”结合起来。

    比如Unite Euro 2017上Valentin Simonov的演讲,PPT和Live Demo浑然天成,还可以很方便的直接调试Profiler。

    不过Valentin在玩flappy bird的时候显得很方,不知道是不是因为狗子的注视。

    -EOF-

    最后打个广告,欢迎支持我的书

    http://item.jd.com/12035114.html

  • 相关阅读:
    文件操作
    python中的函数递归和迭代问题
    函数的闭包与装饰器
    函数的名称空间和作用域
    python学习之路(四) ---函数
    python __name__问题
    浅谈python中的引用和拷贝问题
    Python中的缩进问题
    粘包现象
    socket编程
  • 原文地址:https://www.cnblogs.com/murongxiaopifu/p/9788086.html
Copyright © 2020-2023  润新知