unity2018.3.1_抢先体验Unity 2018.1:Beta已发布

2023-11-11 20:30

本文主要是介绍unity2018.3.1_抢先体验Unity 2018.1:Beta已发布,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

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新闻

翻译自: 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已发布的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!


原文地址:https://blog.csdn.net/culiao6493/article/details/108641836
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.chinasem.cn/article/392641

相关文章

macOS Sequoia 15.5 发布: 改进邮件和屏幕使用时间功能

《macOSSequoia15.5发布:改进邮件和屏幕使用时间功能》经过常规Beta测试后,新的macOSSequoia15.5现已公开发布,但重要的新功能将被保留到WWDC和... MACOS Sequoia 15.5 正式发布!本次更新为 Mac 用户带来了一系列功能强化、错误修复和安全性提升,进一步增

Maven 依赖发布与仓库治理的过程解析

《Maven依赖发布与仓库治理的过程解析》:本文主要介绍Maven依赖发布与仓库治理的过程解析,本文通过实例代码给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友参考下... 目录Maven 依赖发布与仓库治理引言第一章:distributionManagement配置的工程化实践1

使用Python构建一个Hexo博客发布工具

《使用Python构建一个Hexo博客发布工具》虽然Hexo的命令行工具非常强大,但对于日常的博客撰写和发布过程,我总觉得缺少一个直观的图形界面来简化操作,下面我们就来看看如何使用Python构建一个... 目录引言Hexo博客系统简介设计需求技术选择代码实现主框架界面设计核心功能实现1. 发布文章2. 加

售价599元起! 华为路由器X1/Pro发布 配置与区别一览

《售价599元起!华为路由器X1/Pro发布配置与区别一览》华为路由器X1/Pro发布,有朋友留言问华为路由X1和X1Pro怎么选择,关于这个问题,本期图文将对这二款路由器做了期参数对比,大家看... 华为路由 X1 系列已经正式发布并开启预售,将在 4 月 25 日 10:08 正式开售,两款产品分别为华

利用Python快速搭建Markdown笔记发布系统

《利用Python快速搭建Markdown笔记发布系统》这篇文章主要为大家详细介绍了使用Python生态的成熟工具,在30分钟内搭建一个支持Markdown渲染、分类标签、全文搜索的私有化知识发布系统... 目录引言:为什么要自建知识博客一、技术选型:极简主义开发栈二、系统架构设计三、核心代码实现(分步解析

微信公众号脚本-获取热搜自动新建草稿并发布文章

《微信公众号脚本-获取热搜自动新建草稿并发布文章》本来想写一个自动化发布微信公众号的小绿书的脚本,但是微信公众号官网没有小绿书的接口,那就写一个获取热搜微信普通文章的脚本吧,:本文主要介绍微信公众... 目录介绍思路前期准备环境要求获取接口token获取热搜获取热搜数据下载热搜图片给图片加上标题文字上传图片

SpringKafka消息发布之KafkaTemplate与事务支持功能

《SpringKafka消息发布之KafkaTemplate与事务支持功能》通过本文介绍的基本用法、序列化选项、事务支持、错误处理和性能优化技术,开发者可以构建高效可靠的Kafka消息发布系统,事务支... 目录引言一、KafkaTemplate基础二、消息序列化三、事务支持机制四、错误处理与重试五、性能优

新特性抢先看! Ubuntu 25.04 Beta 发布:Linux 6.14 内核

《新特性抢先看!Ubuntu25.04Beta发布:Linux6.14内核》Canonical公司近日发布了Ubuntu25.04Beta版,这一版本被赋予了一个活泼的代号——“Plu... Canonical 昨日(3 月 27 日)放出了 Beta 版 Ubuntu 25.04 系统镜像,代号“Pluc

Nginx实现前端灰度发布

《Nginx实现前端灰度发布》灰度发布是一种重要的策略,它允许我们在不影响所有用户的情况下,逐步推出新功能或更新,通过灰度发布,我们可以测试新版本的稳定性和性能,下面就来介绍一下前端灰度发布的使用,感... 目录前言一、基于权重的流量分配二、基于 Cookie 的分流三、基于请求头的分流四、基于请求参数的分

无需邀请码!Manus复刻开源版OpenManus下载安装与体验

《无需邀请码!Manus复刻开源版OpenManus下载安装与体验》Manus的完美复刻开源版OpenManus安装与体验,无需邀请码,手把手教你如何在本地安装与配置Manus的开源版OpenManu... Manus是什么?Manus 是 Monica 团队推出的全球首款通用型 AI Agent。Man