mud怎么存东西到包_将MUD升级到Unity 5

mud怎么存东西到包

Those of us who were around back in the day all remember M.U.Ds. Multiplayer realtime fantasy worlds that, at any rate initially, had to be text-based.

那些回想起来的我们所有人都记得MUD。 不管怎么说,多人实时幻想世界最初必须是基于文本的。

MUD is a modern take on the M.U.D. genre. A sandbox game with procedurally generated environments, some sophisticated AI and some mud. Yes, actual mud, because, in MUD, survival involves digging around in the the craft ‘n’ build fashion that we’re all familiar with from another game.

MUD是MUD风格的现代代表。 具有程序生成的环境,一些复杂的AI和一些泥巴的沙盒游戏。 是的,是真正的泥巴,因为在MUD中,生存需要挖掘我们都从其他游戏中熟悉的“ n”Craft.io。

MUD has been under development by a team of eleven or so from Pure Bang Games since the turn of the year, and there’s already a playable. The goal is to launch an early access game around the beginning of next year.

自今年年初以来,MUD已由Pure Bang Games的11个左右的团队开发,并且已经可以玩了。 目标是在明年年初左右推出抢先体验游戏。

It took the Pure Bang team a couple of days to upgrade MUD from Unity 4 to Unity 5. Here’s how they got on.

Pure Bang团队花了几天的时间将MUD从Unity 4升级到Unity5。这就是他们前进的方式。

First things first. Shaders. The team had to do about a day’s worth of shader debugging, something that General Programmer Jonathan laughingly described as “an enduring process.” He didn’t find it difficult, however.

首先是第一件事。 着色器。 团队必须完成一天的着色器调试工作,通用程序员乔纳森(Jonathan)笑称这是“一个持久的过程”。 但是,他并不觉得困难。

Script updating was painless. Jonathan says: “If you’ve designed your code in the correct way and you’re not relying on specific features other than where you need them to fetch the correct references at initialization, it’s a breeze.”

脚本更新很轻松。 乔纳森说:“如果您以正确的方式设计代码,并且除了在初始化时需要它们来获取正确引用的地方之外,您不依赖于特定功能,那将是一件轻而易举的事。”

MUD_sunrise2

He further describes the integration with PhysX 3.3 as “seamless,” and notes that it’s given the game a significant performance boost.

他进一步将与PhysX 3.3的集成描述为“无缝”,并指出它极大地提高了游戏性能。

All in all it took about two days to get MUD to the point where it would compile and run in Unity 5. Then, the more enjoyable task of making things look better began – changing the ambient light, the sunlight and so on.

总而言之,MUD花费了大约两天的时间才能在Unity 5中进行编译和运行。然后,使事物看起来更好的更有趣的任务开始了–改变环境光,阳光等等。

Technical Artist Drew has a lot of praise for the new skybox feature:

技术艺术家Drew对新的skybox功能赞不绝口:

“It’s something that I’ve been particularly happy with. I spent a couple of days just playing with all the different things you can do with new procedural skyboxes – adding little bits and pieces on top of them and making the light slowly change during sunrise and sunset.”

“这让我特别满意。 我花了几天的时间来尝试使用新的程序性天窗可以做的所有不同的事情-在它们上面添加一些点点滴滴,并使光线在日出和日落时缓慢变化。”

“We have a day-night cycle in our game and you can get these really nice colors across the horizon if you do it right. I’m just super happy with how everything’s looking.”

“我们的游戏有昼夜循环,如果操作正确,您可以在地平线上获得这些非常漂亮的颜色。 我对一切看起来都很满意。”

Generally, the team was very pleased with what they were able to achieve in a short space of time. By using the Unity 5 Upgrade Guide they could quickly identify all the areas of their game that needed attention.

通常,团队对于他们在短时间内能够实现的目标感到非常满意。 通过使用《 Unity 5升级指南》,他们可以快速确定游戏中所有需要注意的领域。

cave2

To their relief, the major plugins MUD relies on were already Unity 5 compatible at launch, so all that was needed was a simple update and replace.

令他们松了一口气的是,MUD所依赖的主要插件在启动时就已经与Unity 5兼容,因此所需要做的只是简单的更新和替换。

The team use NGUI (which they’ve gotten so used to that they’ve continued to use it), Sunshine! (for volumetric lighting and dynamic shadows) and Sky Master Ultimate amongst other packages. They’ve also bought a number of models from the Asset Store for prototyping purposes, and they’ve grown so attached to some of them that they’re still in the game – they’ll get replaced eventually (promise).

团队使用NGUI (他们已经习惯了NGUI ,以至于继续使用它), Sunshine! (用于体积照明和动态阴影)和Sky Master Ultimate等软件包。 他们还从Asset Store购买了许多模型以进行原型制作,并且它们与某些模型的联系是如此紧密,以至于它们仍在游戏中-最终将被替换(承诺)。

We look forward to following the progress of MUD, and to delving and duelling when the game launches!

我们期待跟踪MUD的进展,并期待在游戏启动时进行钻研和决斗!

Pure Bang Games is a small studio with a big history. It’s been around since 2010. The studio’s first release My Pet Rock launched on Facebook in 2011 and gained an avid following.

Pure Bang Games是一家历史悠久的小型工作室。 自2010年以来一直存在。该工作室的第一版My Pet Rock于2011年在Facebook上推出,并获得了热烈的关注。

翻译自: https://blogs.unity3d.com/2015/04/08/upgrading-mud-to-unity-5/

mud怎么存东西到包