unity3d 3.0新功能(简译),unity3d 3简介系列

由 u8 于 星期五, 10/08/2010 – 22:27 发表
What’s New in Unity?Unity 3 is packed full of new features and improvements to existing features. Browse through the list, or click through to get more information about any of the new features.
unity 3增加了大量新功能并对已有功能进行了改进,可通过浏览更新列表获得更为详细的了解!
Unified EditorUnity is now the best editor for multi-platform projects. The new Build Settings window lets you set your primary Editor Mode or build to any of your target platforms. NewPlatform Defines let you include or exclude code for a specific platform at compile-time, so you can work with one project and one set of scripts.
高度集成的编辑器环境
untiy 3可以针对多种平台使用同一项目文件。新的发布设置面板可以设置编辑器模式或者针对特定平台进行发布。新的目标平台定义选项可以很方便的在编译时包括或者排除不同平台所用到的特定代码部分,因此使用者可以基于同一项目并针对多平台进行发布!
Editor Improvements编辑器环境改进
Numerous Editor workflow improvements and enhancements have been added, including:
- Redesigned Player Settings — for customizing your game experience on multiple platforms
- All-new Object Picker — for quickly viewing and selecting object assignments
- Smarter Texture Importer — for optimizing your textures based on how they’ll be used
- Vertex Snapping — for quickly designing levels and environments
- Curve Editor — for defining curves right inside the Inspector
- Searching — in scenes and your whole project
工作流改进及功能增强
重新设计的发布选项
物体选择及操作的改进
顶点捕捉
曲线编辑
查找功能
LightmappingBeast by Illuminate Labs is fully integrated in Unity. Set up your lights in Unity and bake them into high-quality Lightmaps to give your game that extremely polished look.
光照贴图改进
Deferred Rendering (Pro only)Render more real-time lights, faster. ‘Nuff said.
延时渲染
Occlusion Culling (Pro only)Occlusion Culling will disable rendering of objects that are not visible from the camera’s view. In Unity you can precisely define occlusion settings and visualize baked occlusion data.
Occlusion Culling算法
Debugger (Pro only)Inspect all the dynamics of your code at runtime. Step through your code line-by-line and watch the state of properties. Fix script problems faster!
调试功能
Audio FeaturesDesign your environments with AudioReverbZone and Rolloff Curves. Apply real-timeAudio Effect Filters (Pro only) to any playing sound. Precisely control playback withAudio API additions.
声音功能改进
PhysicsTons of Physics additions have been added, including:
- Interactive Cloth — which simulates cloth behavior on any mesh
- Skinned Cloth — which brings cloth simulation to rigged characters
- Continuous Collision Detection — for handling collisions of fast moving objects
- Layer-Based Collision Matrix — define which layers of objects can collide with which others
- SphereCasts and CapsuleCasts
物理学功能的增加或改进
Tree CreatorThe Tree Creator allows you to create and edit trees procedurally using a powerful interface. These can be used in terrains or as regular GameObjects. Wind Zones give trees added behavioral realism.
树木创作
IME Text InputIME Input allows non-English characters such as Japanese or Traditional Chinese to be used as input in your games or the Editor.
字符支持
Native Font renderingDynamic fonts are optimized for size, and rendered by the OS running the Unity Engine. This enables IME Input for huge character palettes like Japanese Kanji without needlessly increasing the size of game assets.
原生字体支持,其中包括中文字体
Mono UpdateSeveral scripting improvements and additions have been made.
mono更新
Networking UpdateRakNet was upgraded to version 3.732, and improvements have been made to the Master Server and NAT Punchthrough.
网络功能更新
Security SandboxIn Unity 3.0, the webplayer implements a new security model. This will affect you as a content developer if you use the WWW class to access data on a domain other than the one hosting your .unity3d file, or if your content uses sockets.
安全沙箱