位置: 编程技术 - 正文

Unity for Absolute Beginners(二)

编辑:rootadmin

推荐整理分享Unity for Absolute Beginners(二),希望有所帮助,仅作参考,欢迎阅读内容。

文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!

Installing

This book was written using Unity 4.5.Because Unity regularly makes changes that can affect your projects,you may wish to use the 4.5 version even if the current version is newer.If you perfer,you can install multiple versions of Unity on the same machine,providing you name the folders accordingly(e.g.,Unity 4.5,Unity4.6).You may only run once instance of Unity at a time,regardless of the version.If you choose to have multiple versions,you will be required to start Unity from the desired version rather than from the desktop icon or the project itself,as the perviously run version will open by default.

If that sounds like too much trouble,you can always check the book`s thread on the Unity Teaching forum, both errata and version-change solutions will be posted and updated as necessary.A search for the book`s title will help you find its thread.

1. Install Unity,following the prompts,including the simple project.

On a Windows machine,it will be installed in the Program Files x folder.Upon the release of Unity 5.0,when it will be fully bit,it should install itself in the regular Program File folder.The sample project will be installed in Documents/Public Documents/Unity Projects.On a Mac,you will find it in /User/Shared/Unity.

At this point,you should now see the Unity icon on your desktop(Figure1-1).

Figure 1-1.The Unity application icon on the desktop

2. Click the icon to open Unity.

If you download the sample project,Unity will open with it already loaded(Figure 1-2).

Figure 1-2.The Unity sample project loaded

If the Scene window is blank,you can double-click the Unity icon in the Assets folder to load the AngryBots scene.The demo Unity ships with changes occasionally,so your may be different.

Tip When opening Unity from the desktop icon,it will open the previously opened project,provided it can be found.

If you did not choose to install the sample project,you will see the Project Wizard(Figure 1-3).

Figure 1-3.The Unity Project Wizard

From the Project Wizard,you can create a new project or browse to open an existing project.Initially,exploring the editor with a finished project will make more sense.You can obtain the sample project from the Unity Asset Store directly from a new project.

1. In the Project Wizard,select the Create New Project tab.

2. Set the Project Location manually using the Browse button,or accept the default name and location.

Tip When you create a new project,you will be creating a folder to house the project.The folder is the project.You can only create a new project in an empty folder.

3. With the project name and location specified,click the Create button.

The new project and,as yet nameless,scene opens in the Unity editor.

Originally,if you pressed the Alt key down immediately after clicking the Unity icon on the desktop,it wuold force the program to start with the Project Wizard.Because that required excellent timing and/or a good does of luck,Unity finally added the option to the Preferences section.While it may seem like a nice time-saver to automatically open your last file,it has its drawbacks.If the project has become corrupted,Unity will not be able to open it(giving you access to the file menu where you can open a different file).If you are using multiple versions of Unity,it will recompile data if the last project was opened in a different version.Depending on the version,the changes made could be permanent.To avoid complications,the best practice is to set the perference to always start with the Project Wizard.

4. From the Edit menu,select Preferences.

5. Under General,turn on Always Show Project Wizard(Figure 1-4).

Figure 1-4. Preferences set to Always Show Project Wizard

Unity for Absolute Beginners(二)

安装

这本书是为使用Unity4.5所写。因为Unity定期进行更改会影响您的项目,即使当前版本更新,您可能希望使用4.5版本。如果你喜欢,你可以在同一台机器上安装多个版本的Unity,提供相应的文件夹(举例来说,Unity4.5、Unity4.6)。你一次可以只运行一个Unity的实例,不管版本。如果你选择多个版本,你需要从所想要的版本打开Unity,而不是从桌面图标或项目本身,作为可渗透的运行版本默认将打开。

如果这听起来太麻烦的话,你可以随时在Unity教学论坛查看这本书的话题, 1、Unity安装,接下来的提示,包括简单的项目。

在Windows的机器上,它将被安装在文件夹Program Files x。Unity5.0的发布之前,当安装完全的位时,应安装在常规的Program File的文件夹。示例项目将被安装在Documents/Public Documents/Unity Projects中。在Mac上,你会发现它在 /User/Shared/Unity中。

在这一点上,您现在在桌面上应该会看到Unity图标(图1-1)。

图1 - 1。在桌面上Unity的应用程序图标

2、点击图标打开Unity。

如果你下载示例项目,Unity将打开并加载示例项目(图1 - 2)。

图1 - 2。Unity示例项目加载

如果Scene窗口是空的,你可以在Assets文件夹双击Unity图标加载AngryBots场景。偶尔Unity演示会更改,所以你可能会有所不同。

提示 当从桌面图标打开Unity,假如可以找到之前打开的项目,它将会打开它。

如果你没有选择安装示例项目,您将看到项目向导(图1 - 3)。

图1 - 3。Unity项目向导

从项目向导中,您可以创建一个新项目或者浏览打开一个已存在的项目。最初,通过完成项目来探索编辑将更有意义。您可以从Unity Asset Store获得Unity的示例项目作为一个新项目。

1、在项目向导中,选择创建新项目选项卡。

2、使用Browse按钮手动设置项目的位置,或者接受默认的名称和位置。

提示 创建一个新项目时,您将创建一个文件夹。这个文件夹是项目的文件夹。你只能在一个空的文件夹中创建一个新项目。

3、指定项目名称和位置,点击创建按钮。

新项目,然而无名,场景在Unity编辑器中打开。

最初,如果你按下Alt键下来后立即单击在桌面上的Unity图标,它将迫使程序通过项目向导开启。因为这需要良好的时机和/或一个好运气,最后Unity添加选项Preferences部分。然而这&#;乎是一个自动打开你的最后文件的很好节省时间的方式,它也有缺点。如果项目已经损坏,Inity将无法打开它(给你访问到文件菜单,你可以打开一个不同的文件)。如果您使用多个版本的Unity,如果最后一个项目是在一个不同的版本它将重新编译数据。根据版本不同,所做的更改可能是永久性的。为了避免并发症,最好的做法是设置perference总是先从项目向导。

4、从“编辑”菜单上,选择偏好。

5、在“一般情况”选项下,打开“总是显示项目向导”(图1 - 4)。

图1 - 4。偏好设置为总是显示项目向导

Unity for Absolute Beginners(一) 本篇为书籍《UnityfoeAbsoluteBeginners》翻译,英语水平有限,哪里翻译不好请指出,另寻有兴趣的人帮忙一起翻译翻译,共同学习,请勿用于商业用途,本

Unity NGUI——3.8.1版本更新说明 UnityNGUI——3.8.1版本更新说明更多内容请关注:《NGUI全面实践教程》UnityNGUI——3.8.1版本更新说明

Unity NGUI——3.8.2版本更新说明 UnityNGUI——3.8.2版本更新说明更多内容请关注:《NGUI全面实践教程》UnityNGUI——3.8.2版本更新说明

标签: Unity for Absolute Beginners(二)

本文链接地址:https://www.jiuchutong.com/biancheng/381474.html 转载请保留说明!

上一篇:[教程]手把手教你制作高通虚拟按钮(手把手教怎么说)

下一篇:Unity for Absolute Beginners(一)

  • 办理出口业务流程
  • 库存商品损坏怎么做账
  • 出库入库结存表
  • 红字发票信息表盖章位置图片
  • 2021小规模纳税人减免增值税
  • 小规模纳税人怎样报税
  • 固定资产贷款偿还期计算公式
  • 交易性金融资产有哪些
  • 营改增对电信业的影响及对策
  • 工程造价咨询服务流程
  • 印花税,车船税通过应交税金科目吗
  • 生产设备购买交付会计分录
  • 企业计提福利费时,贷记应付职工薪酬
  • 发票上的备注怎么填写步骤
  • 普通发票查不到信息怎么办
  • 私账对私账不用交税吗
  • 营业执照上能看出来是一般纳税人
  • 小规模免征增值税会计处理
  • 湿租增值税税率多少
  • 关于发票入账的会计分录
  • 盈余公积金什么时候计提
  • 呆帐死帐处理
  • 天猫技术服务费什么时候返还
  • 公司账务审计费用取费标准
  • 销售利润率是什么能力指标
  • 什么是保守型证券
  • 小型微利企业怎么认定最新标准
  • 无法连接到移动网络小米
  • mac升级系统还剩不到一分钟
  • PHP:iterator_count()的用法_spl函数
  • 贷款损失准备是什么类科目
  • uniapp 安卓原生
  • 存货什么时候计提什么时候回转
  • node js 安装
  • python输入三个数输出最小的
  • 按摊余成本计量的应收账款
  • 完整财务报表包括哪几类
  • 电子税务怎么绑定开票员信息
  • 固定资产清理产生的费用入什么科目
  • 暂未取得发票的费用怎么入账
  • 怎么防止?
  • 一般纳税人增值税税率
  • 商品发生报废如何处罚
  • 员工门诊收费票据可以入账吗
  • 制造费用的作用
  • 个体工商户是否属于企业
  • 小微企业确定条件
  • 临时用工费开票项目
  • 自用房地产转换为采用成本模式计量的投资性房地产
  • 会计里的管理费用包括什么
  • 跨年度冲红字发票账务处理
  • 收到一张发票摘要怎么填
  • 母子公司之间的借款利息支出增值税能否抵扣
  • 无票销售纳税后怎么处理
  • 每月需要计提的分录
  • 土地返还金
  • 企业计提坏账准备遵循的会计信息质量要求是
  • 财务控制的方法和措施
  • Navicat for MySQL导出表结构脚本的简单方法
  • 被放弃的遗产
  • windows2003服务
  • windows怎么彻底删除
  • windowsxp文件
  • win7出现正在启动就不动了
  • 32位/64位Win10系统开机后桌面图标自动排列的解决办法
  • Linux操作系统之rm命令详解
  • windows 10 mobile--移动版
  • redeonsoftware更新
  • win7提示内部版本7601副本不是正版
  • nodejsapi框架
  • 英语中our和my的区别
  • 一行代码5个bug
  • javascript获取值
  • Android Path和PathMeasure类的使用之获取圆弧上的坐标值
  • 动态表单的设计与实现
  • jquery修改css
  • androidstudio快速入门
  • android实现多线程的方法
  • 运输专票怎么开发票
  • 安徽省印花税核定
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设