unity2018.3.1

The first public beta for Unity 2018.1 is available; download it now to get a sneak peek of what’s coming.

Unity 2018.1的第一个公开测试版可用; 立即下载它,以了解一下即将发生的事情。

This beta introduces many new and improved features across the board like Tessellation for Metal, GPU Instancing support for GI, editor Presets for import settings and components, Dynamic Resolution for PS4,  Stereoscopic 360 image and video recording (experimental), experimental sprite animation API,  FBX import improvements, new Particle System improvements, and much more.

该Beta版全面引入了许多新的和改进的功能,例如用于金属的Tessellation,对GI的GPU实例化支持, 用于导入设置和组件的 编辑器 预设 ,用于PS4的动态分辨率,立体360图像和视频录制(实验性),实验性Sprite动画API, FBX导入改进,新的粒子系统改进等。

Get the beta here, and be sure to check the release notes to get the complete list.

在此处获取测试版,并确保查看发行说明以获取完整列表。

We’ll be posting detailed feature previews on our blog as we progress in the beta cycle, so stay tuned.

随着beta周期的进行,我们将在博客上发布详细的功能预览,敬请期待。

新的渲染架构:可编写脚本的渲染管道(又名SRP) (New rendering architecture: Scriptable Render Pipeline (aka SRP))

As part of the Unity 2018.1 release, we will introduce a new real-time rendering architecture option known as Scriptable Render Pipeline (SRP). We will roll out SRP iteratively adding new functions and improvements with each new release. SRP places the power of modern hardware and GPUs directly into the hands of developers and technical artists, without having to digest millions of lines of C++ engine code. SRP is an extensible and powerful option that makes it easy to customize the rendering pipeline via C# code and material shaders.

作为Unity 2018.1发行版的一部分,我们将引入一个称为Scriptable Render Pipeline(SRP)的新实时渲染架构选项。 我们将在每个新版本中迭代推出SRP,以添加新功能和改进。 SRP将现代硬件和GPU的功能直接交给开发人员和技术人员,而无需消化数百万行C ++引擎代码。 SRP是可扩展且功能强大的选项,可轻松通过C#代码和材质着色器自定义渲染管道。

We will provide out-of-the-box templates that take advantage of SRP and are optimized for different scenarios, starting with Lightweight and High-Definition pipelines. The Lightweight one targets general cross-platform scenarios, and the High-Definition one is for a scenario with ambitious graphical goals aimed at the most powerful platforms like high-end PC/consoles.

我们将提供利用SRP的现成模板,并从轻量级和高清晰度管道开始针对不同的场景进行优化。 轻量级版针对一般的跨平台方案,而高清晰度级版则针对具有雄心勃勃的图形目标的方案,目标是最强大的平台,例如高端PC /控制台。

SRP is in the experimental stage, and you can, of course, continue to use the built-in rendering pipeline and its various configuration options.

SRP处于试验阶段,您当然可以继续使用内置的渲染管道及其各种配置选项。

适用于艺术家的新着色器图工具:视觉着色器创建 (New Shader Graph tool for artists: visual shader creation)

The new Shader Graph, which is designed to work with the SRP, enables you to build shaders visually. Instead of hand-writing code, you can create and connect nodes in a graph network with previews at every step to help you design and debug your shaders.

旨在与SRP配合使用的新“ Shader Graph”使您可以直观地构建着色器。 您可以在每一步中使用预览来创建和连接图网络中的节点,而无需手写代码,以帮助您设计和调试着色器。

How to get your hands on SRP and the Shader Graph

如何掌握SRP和Shader Graph

In the next iterations of the beta, we will integrate these elements in a friendly user workflow for creating and using projects. But if you can’t wait to try them out, we made a simple sample that uses SRP, built on the Lightweight pipeline, and also includes the Shader Graph tool.

在Beta的下一个迭代中,我们将把这些元素集成到一个友好的用户工作流程中,以创建和使用项目。 但是,如果您迫不及待想尝试它们,我们制作了一个使用SRP的简单示例,该示例基于Lightweight管道构建,还包括Shader Graph工具。

To get started, download the sample project, open it with Unity 2018.1 beta, and start exploring! We have a forum post with basic instructions, share your feedback there.

首先,下载 示例项目, 使用 Unity 2018.1 beta 打开它 ,然后开始探索! 我们有一个带有基本说明的论坛帖子 ,在此分享您的反馈。

即将推出:C#作业系统 (Coming soon: the C# Job System)

During the beta 2018.1 cycle, we will also make the C# Job System & the experimental Entity Component System available. These will make it easier to write safe, multithreaded code and increase performance.

在beta 2018.1周期中,我们还将提供C#作业系统和实验性实体组件系统。 这些将使编写安全的多线程代码变得更加容易,并提高了性能。

Download the Unity 2018.1 beta now.

立即下载Unity 2018.1 beta。

系统要求变更 (Changes to System Requirements)

  • We are removing built-in support for import of Substance Designer materials in the editor, however, you will still be able to import and use Substance Designer materials in your projects using an external importer provided by Allegorithmic. Read more about the background for this decision.

    我们将在编辑器中删除对Substance Designer材质导入的内置支持,但是,您仍然可以使用Allegorithmic提供的外部导入器在项目中导入和使用Substance Designer材质。 详细了解此决定的背景 。

  • Wii U support removed

    Wii U支持已删除

  • Removed support for Windows XP in standalone player builds. Windows Vista is now the earliest supported OS for Windows standalone player.

    删除了独立播放器版本中对Windows XP的支持。 Windows Vista现在是Windows独立播放器最早支持的操作系统。

  • We have also deprecated support for MonoDevelop meaning that Visual Studio is now the recommended and supported C# editor on both macOS and Windows.

    我们还 弃用了对MonoDevelop的支持, 这意味着Visual Studio现在是macOS和Windows上推荐和支持的C#编辑器。

  • Unity Editor macOS system requirements have changed to macOS 10.11, as this is required for Visual Studio for Mac, and thus we now also require that for the editor.

    Unity Editor macOS系统要求已更改为macOS 10.11,因为这对于Visual Studio for Mac是必需的,因此,我们现在也对编辑器提出了要求。

旧粒子系统退役 (Legacy Particle System retirement)

Unity 2018.1 marks the beginning of the removal of the Legacy Particle System. Our target is to fully remove the Legacy Particle System in Unity 2018.2. It was replaced by a new system (Shuriken) in Unity 3.5 and has been fully deprecated since Unity 5.4. Our analytics show almost non-existent usage, which prompted us to take the step of removing the Legacy Particle System.
If this affects you, you have some options:

Unity 2018.1标志着删除旧粒子系统的开始。 我们的目标是完全删除Unity 2018.2中的旧粒子系统。 它在Unity 3.5中被新系统(Shuriken)取代,自Unity 5.4起已完全弃用。 我们的分析显示几乎不存在使用情况,这促使我们采取了删除旧粒子系统的步骤。
如果这影响到您,则可以选择以下几种方法:

  • Migrate your Legacy Particle Systems to Shuriken

    将您的旧粒子系统迁移到手里剑

  • Use our auto-updater script to attempt automatic conversion

    使用我们的自动更新程序脚本尝试自动转换

  • Reach out to us for help here.

    在这里向我们寻求帮助。

You can see some examples on the latest particle system improvements from 2017.3 here.

您可以在此处查看有关 2017.3以来最新粒子系统改进的一些示例。

期待什么 (What to expect)

As with any beta program, you’ll have early access to features that are still under development. That means you’ll experience Unity as less stable than the final version. The beta test is currently expected to run until March and several beta versions will be made available in that time.

与任何Beta版程序一样,您将尽早使用仍在开发中的功能。 这意味着您将体验到Unity不如最终版本稳定的问题。 目前,该Beta测试预计将持续到三月,届时将提供多个Beta版本。

Info on the Mixed Reality 17.3 beta sweepstake winners

有关混合现实17.3 Beta抽奖活动获胜者的信息

We have contacted the three lucky beta participant winners to tell them that their Acer Mixed Reality Headset and motion controller prize, which was sponsored by Microsoft, is on its way. Stay tuned for more info on upcoming beta sweepstakes!

我们已经联系了三个幸运的Beta参与者获奖者,告诉他们他们的Acer混合现实耳机和运动控制器奖由微软赞助,正在筹划中。 请继续关注即将到来的Beta抽奖活动的更多信息!

Get early access now

立即获得抢先体验

It’s simple to get started and participate in the beta process. Simply head over to our beta testing section, read our guide and download the installer to get access to the 2018.1 beta.

入门和参与Beta流程很简单。 只需转到我们的 Beta测试部分 ,阅读我们的指南并下载安装程序即可访问2018.1 beta。

We also encourage you to sign up for the optional beta tester email list below. Signing up will enable us to send you notifications when new versions are available, as well as tips on how to be an effective beta tester.

我们也建议您在下面注册可选的Beta测试人员电子邮件列表。 注册后,我们将可以在有新版本可用时向您发送通知,以及有关如何成为有效的Beta测试人员的提示。

The beta release is available for free to all Unity users, including Personal Edition users. In the release notes section, you’ll find a complete list of all the new features, improvements and bug fixes included in the release.

Beta版对所有Unity用户(包括个人版用户)免费提供。 在 发行说明部分中 ,您将找到该发行版中包含的所有新功能,改进和错误修复的完整列表。

Sign up for the beta newsletter

订阅Beta新闻

First Name: Last Name: Email Address: Processing… Thank you! Your data has been successfully sent. We are sorry! Some error occurred. please, try again later.
名字: 姓: 电子邮件地址: 处理中… 谢谢! 您的数据已成功发送。 很抱歉! 发生了一些错误。 请稍后再试。

翻译自: https://blogs.unity3d.com/2018/01/10/get-early-access-to-unity-2018-1-the-beta-is-out/

unity2018.3.1

unity2018.3.1_抢先体验Unity 2018.1:Beta已发布相关推荐

  1. Unity 2017.3 Beta已发布

    Have you ever considered being a beta tester? You'll get early access to the latest new features, an ...

  2. Unity 2018.3地形功能更新介绍

    Unity 2018.3将更新地形系统,此次更新涉及改进的工具和利用GPU实现的更高性能.它还添加了HDRP高清晰渲染管线和LWRP轻量级渲染管线的支持,同时兼容内置渲染管线和现有Unity地形系统. ...

  3. Unity 2017.1正式版发布

    Unity 2017.1正式版现已发布,这也标志着Unity 2017产品周期的开始,将全球最受欢迎的游戏引擎变成不断壮大的游戏与实时互动娱乐内容创作平台,专注于帮助各型团队改善工作流程并获得成功. ...

  4. 在Unity 2018中充分使用TextMesh Pro

    TextMesh Pro是Unity默认文本组件的替代品.TextMesh Pro和默认组件一样拥有高性能,它使用了完全不同的Signed Distance Field(SDF)渲染技术,该技术最初由 ...

  5. Fedora 17正式版 亮点抢先体验

    耳目一新的Fedora 17 Fedora 17正式版在经过三次跳票之后,终于在5月29日晚上与各位网友见面了.然而,这款开发代号为"Beefy Miracle",中文译名为&qu ...

  6. 小米2s Android pie,抢先体验Android Pie 小米MIX 2s已收到推送

    原标题:抢先体验Android Pie 小米MIX 2s已收到推送 [ [IT168 手机讯]就在北京时间8月7日凌晨,谷歌推送了Android 9.0的正式版,并将其命名为"Pie&quo ...

  7. Hands-On Unity 2018 x 移动游戏开发教程

    Hands-On Unity 2018 x Game Development for Mobile 使用Unity 2018.2创建具有出色游戏功能的精彩游戏 想学习在Unity制作游戏,但不知道从哪 ...

  8. 在google play开放平台上closed texting如何删除_“爷青回”!如何抢先体验《英雄联盟》手游?这份攻略送给你...

    如果你要问我最近什么手游最火?那我的回答肯定就是<英雄联盟>手游了!自从拳头公司在前几天爆出部分地区公测的消息之后,很多国内玩家就已经按耐不住自己激动的心了.由于国服没有公测,所以许多国内 ...

  9. netbeans 9_NetBeans 9抢先体验

    netbeans 9 Java 9即将来临,NetBeans 9也即将来临.在本文中,我们将看到NetBeans 9 Early Access为开发人员提供的支持,以帮助他们构建Java 9兼容的应用 ...

  10. repl java9_Java 9抢先体验:与JShell进行动手实践– Java REPL

    repl java9 从今天开始,如何开始使用Java 9的最酷功能之一? 上周末,我终于开始尝试使用Java 9的早期访问版本.第一站是JShell,它也被称为Project Kulla. 首先让我 ...

最新文章

  1. 您与此网站建立的连接不安全_PERT地暖管热熔连接到底安全不安全?
  2. Android NDK 使用第三方静态库(转)
  3. 面向对象的程序开发技术C++教学课件系列之二
  4. VBScript脚本
  5. java 允许魔术变量_PHP超级全局变量、魔术变量和魔术函数汇总整理
  6. 中文和全角检测 两种写法
  7. 【python】dict4ini和xmltodict模块用途
  8. AttributeError: ‘Polygon‘ object has no property ‘normed‘
  9. Sort Integers by the Number of 1 Bits
  10. 中兴盒子ZTE-B860AV1.1T、AV2.1-通刷-线刷固件
  11. win10计算机删除了怎么恢复,win10文件误删除怎么恢复-互盾数据恢复软件
  12. 7个实用的Python自动化代码,别再重复造轮子了
  13. 【iOS】一个方法读取图片中的二维码信息
  14. 《黑客与画家》-1 为什么书呆子不受欢迎?
  15. 什么是DDL?其含义及其常用命令解析
  16. 李丽云为什么选择肖志军?
  17. 出师未捷先被封!三款APP宣战微信 来一个封一个?
  18. ppt中加入html,如何在ppt中插入html网页.ppt
  19. [sdx12] sdx12 IPA不生效问题分析及解决方案
  20. 磁盘存储管理-----操作系统

热门文章

  1. GEM: Online Globally Consistent Dense Elevation Mapping for Unstructured Terrai
  2. C/S与B/S混合技术结构
  3. 第十届山东省赛 Problem C. Wandering Robot
  4. css简单方块来回运动动画
  5. 网页淘宝订单界面制作方法,已购买订单页面生成
  6. 通过JAVA语言如何获取淘宝/天猫搜索词推荐
  7. Java关键字与标识符
  8. 国产浅地层剖面仪(二)
  9. 快捷键大全之Windows10快捷键大全
  10. MATLAB数字图像处理练习八