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



http://www.chinasem.cn/article/392641

相关文章

高效+灵活,万博智云全球发布AWS无代理跨云容灾方案!

摘要 近日,万博智云推出了基于AWS的无代理跨云容灾解决方案,并与拉丁美洲,中东,亚洲的合作伙伴面向全球开展了联合发布。这一方案以AWS应用环境为基础,将HyperBDR平台的高效、灵活和成本效益优势与无代理功能相结合,为全球企业带来实现了更便捷、经济的数据保护。 一、全球联合发布 9月2日,万博智云CEO Michael Wong在线上平台发布AWS无代理跨云容灾解决方案的阐述视频,介绍了

Vue3项目开发——新闻发布管理系统(六)

文章目录 八、首页设计开发1、页面设计2、登录访问拦截实现3、用户基本信息显示①封装用户基本信息获取接口②用户基本信息存储③用户基本信息调用④用户基本信息动态渲染 4、退出功能实现①注册点击事件②添加退出功能③数据清理 5、代码下载 八、首页设计开发 登录成功后,系统就进入了首页。接下来,也就进行首页的开发了。 1、页面设计 系统页面主要分为三部分,左侧为系统的菜单栏,右侧

Codeforces Beta Round #47 C凸包 (最终写法)

题意慢慢看。 typedef long long LL ;int cmp(double x){if(fabs(x) < 1e-8) return 0 ;return x > 0 ? 1 : -1 ;}struct point{double x , y ;point(){}point(double _x , double _y):x(_x) , y(_y){}point op

cdsapi CDS-Beta

原来版本的cds在 2024年9月26日将不再支持,取而代之的是CDS-Beta。 需要重新更新.cdsapirc以及cdsapi版本,并接受许可。 1.注册获取Personal Access Token CDS-Beta:https://cds-beta.climate.copernicus.eu/ 2.更新.cdsapirc/以及cdsapi版本 https://cds-beta.clima

maven发布项目到私服-snapshot快照库和release发布库的区别和作用及maven常用命令

maven发布项目到私服-snapshot快照库和release发布库的区别和作用及maven常用命令 在日常的工作中由于各种原因,会出现这样一种情况,某些项目并没有打包至mvnrepository。如果采用原始直接打包放到lib目录的方式进行处理,便对项目的管理带来一些不必要的麻烦。例如版本升级后需要重新打包并,替换原有jar包等等一些额外的工作量和麻烦。为了避免这些不必要的麻烦,通常我们

禅道Docker安装包发布

禅道Docker安装包发布 大家好, 禅道Docker安装包发布。 一、下载地址 禅道开源版:   /dl/zentao/docker/docker_zentao.zip  备用下载地址:https://download.csdn.net/download/u013490585/16271485 数据库用户名: root,默认密码: 123456。运行时,可以设置 MYSQL_ROOT_P

C++编程:ZeroMQ进程间(订阅-发布)通信配置优化

文章目录 0. 概述1. 发布者同步发送(pub)与订阅者异步接收(sub)示例代码可能的副作用: 2. 适度增加缓存和队列示例代码副作用: 3. 动态的IPC通道管理示例代码副作用: 4. 接收消息的超时设置示例代码副作用: 5. 增加I/O线程数量示例代码副作用: 6. 异步消息发送(使用`dontwait`标志)示例代码副作用: 7. 其他可以考虑的优化项7.1 立即发送(ZMQ_IM

Unity Post Process Unity后处理学习日志

Unity Post Process Unity后处理学习日志 在现代游戏开发中,后处理(Post Processing)技术已经成为提升游戏画面质量的关键工具。Unity的后处理栈(Post Processing Stack)是一个强大的插件,它允许开发者为游戏场景添加各种视觉效果,如景深、色彩校正、辉光、模糊等。这些效果不仅能够增强游戏的视觉吸引力,还能帮助传达特定的情感和氛围。 文档

Unity协程搭配队列开发Tips弹窗模块

概述 在Unity游戏开发过程中,提示系统是提升用户体验的重要组成部分。一个设计良好的提示窗口不仅能及时传达信息给玩家,还应当做到不干扰游戏流程。本文将探讨如何使用Unity的协程(Coroutine)配合队列(Queue)数据结构来构建一个高效且可扩展的Tips弹窗模块。 技术模块介绍 1. Unity协程(Coroutines) 协程是Unity中的一种特殊函数类型,允许异步操作的实现

Unity 资源 之 Super Confetti FX:点亮项目的璀璨粒子之光

Unity 资源 之 Super Confetti FX:点亮项目的璀璨粒子之光 一,前言二,资源包内容三,免费获取资源包 一,前言 在创意的世界里,每一个细节都能决定一个项目的独特魅力。今天,要向大家介绍一款令人惊艳的粒子效果包 ——Super Confetti FX。 二,资源包内容 💥充满活力与动态,是 Super Confetti FX 最显著的标签。它宛如一位