12 第1页 | 共2 页下一页
返回列表 发新帖
查看: 3572|回复: 13
打印 上一主题 下一主题

[插件资源] Unity3d 4 6b9 win32

[复制链接]

3

主题

1

听众

169

积分

设计实习生

Rank: 2

纳金币
78
精华
0

最佳新人

跳转到指定楼层
楼主
发表于 2014-6-6 09:37:21 |只看该作者 |倒序浏览
Upgrade Guide
◾Behavior of masking has changed. By default graphics have masking disabled. To enable it you can set the 'maskable' property to true via script or via the debug inspector. The default editor currently does not expose the property.
Improvements
◾Core: Add GetComponents<List<T>> Will fetch components of type T and grow the list as needed.
◾Core: Add StopCoroutine(Coroutine) function
◾Core: Add callback 'OnTransformParentChanged' to MonoBehaviour. Called whenever a transform, or one of it's parent transforms has been reparented
Known Issues◾Input field caret lags behind by 1 character.
◾Multicanvas support is broken.
The following are changes and fixes to 4.6 features and regressions...
Changes
◾uGUI: Auto layout options for an element are now specified by adding a LayoutElement component on that element rather than setting them in the parent layout group. All children of a transform are now automatically included in a layout group on that transform and their order in the layout are determined by the child order in the Hierarchy.
◾uGUI: FreeformLayoutGroup has been removed since it doesn't fit into the design we're moving towards with the layout system. It was mostly useful together with Text components with the ResizeBounds options, but we're going to remove that option down the line. Instead, the new ContentSizeFitter component will do that job.
◾uGUI: The FitHorizontal and FitVertical properties on the layout groups have been removed. A new ContentSizeFitter has been added which can be used instead, and which has the advantage of also being able to be used directly on the same GameObject as e.g. an Image or Text component.
◾Editor: RectTransform.drivenByObject has been removed from the API since it was too easy to make mistakes where RectTransforms would get stuck as driven. Instead components that should drive RectTransforms should use the new DrivenRectTransformTracker struct.
◾uGUI: Remove tween classes from public API, since the long term plan is to move to using animation for everything.
◾uGUI: Rename Graphics DoColorTween and DoAlphaTween to CrossFadeColor and CrossFadeAlpha.
◾uGUI: EventSystem.IsPointerOverEventSystem(pointerId) will tell you if a pointer is over some object controlled by the event system
Improvements
◾Editor: Concept of driven RectTransform properties has been implemented. When setting a RectTransform to be driven, a mask is specified that controls which properties are driven. Driven properties are controlled by script and can't be set manually in the Inspector. They also always serialize as zero, to avoid merge conflicts. The drivenProperties are specified through the DrivenRectTransformTracker. The driven mask values for PositionZ, Rotation, and Scale are not yet fully implemented in beta 9.
◾uGUI: Auto-Layout system now no longer does its calculations every frame but instead when it's needed due to changes in components that affect the layout.
◾uGUI: Text Improvements:
◾ Add horizontal and vertical overflow modes to Text
◾ 'Best Fit' with Min / Max size
◾uGUI: Add callback Canvas.willRenderCanvases. This is called just before Canvas rendering
◾uGUI: Add GetMaterial() to UIRenderer
◾uGUI: Deferred Graphic updates: Graphics are now updated just before rendering instead of being updated as properties change, this means that vertices ect will only be updated once per frame. You can mark a Graphic as dirty by calling SetDirty() or Canvas.MarkGraphicForRebuild(Graphic graphic). Note: In a future release Canvas.MarkGraphicForRebuild(Graphic graphic) will be refactored to take an interface so custom components will work with is also.
◾uGUI: Performance improvements (moved performance sensitve code into C++)
◾uGUI: Greatly improve memory usage (remove many GC allocations)
◾uGUI: The Slider component now drives the anchors of the handle RectTransform.
◾uGUI: The ContentSizeFitter component drives the width and/or height of a RectTransform as well as anchorMax to ensure it's the same as anchorMin.
◾uGUI: Make UI objects created from menu have default localScale and localRotation.
◾uGUI: EventSystem now send enter and exit events even it the mouse isnt moving as items behind could be moving
◾uGUI: Canvas will now distance sort properly in world
◾uGUI: SpriteSwap transitions no longer ask for a Normal Image. It will use the Source Image from the Image Component.
Fixes◾uGUI: Update the canvas rect transform when a property is changed on the canvas.
◾uGUI: World Canvas's now render in a more correct order with everything else.
◾uGUI: Screen space canvas's will now only be drawn once.
◾uGUI: Fix bug with batch ordering (many less batches generated now)
◾uGUI: Clear animation state on buttons before retriggering. Stops buttons getting stuck in highlighted state
◾uGUI: Auto layout components no longer cause the scene to be dirtied.
◾uGUI: Fix sometimes not being able to select the first Graphics of a Canvas
◾UnityEvents: Fix minor bugs with UnityEvent Property Drawer
◾Editor: Don't show sibling anchors for RectTransform siblings that are not activeInHierarchy.
◾Editor: Immediately update any Canvas when changing the Game View resolution/aspect-ratio.
◾Editor: Immediately update any Canvas when making the Game View visible in-case it was resized whilst invisible.
◾Core: Fix precision errors in Camera.ScreenPointToRay that could cause jittery movement when dragging handles in the Scene View.
e0260384098e.jpg

4.6b9.zip

20.53 KB, 下载次数: 15

种子

分享到: QQ好友和群QQ好友和群 腾讯微博腾讯微博 腾讯朋友腾讯朋友 微信微信
转播转播0 分享淘帖0 收藏收藏0 支持支持0 反对反对0
回复

使用道具 举报

7

主题

0

听众

2518

积分

中级设计师

Rank: 5Rank: 5

纳金币
317
精华
0

最佳新人 活跃会员 热心会员 灌水之王 突出贡献

沙发
发表于 2014-6-6 17:52:28 |只看该作者
又更新了~
感謝G大
回复

使用道具 举报

hyui    

1

主题

2

听众

6671

积分

高级设计师

Rank: 6Rank: 6

纳金币
2715
精华
0

最佳新人 活跃会员 热心会员 灌水之王 突出贡献

板凳
发表于 2014-6-6 19:14:11 |只看该作者
This is great share!
回复

使用道具 举报

无效楼层,该帖已经被删除
ku 智囊团   

89

主题

2

听众

5万

积分

首席设计师

Rank: 8Rank: 8

纳金币
25
精华
1

最佳新人 活跃会员 热心会员 灌水之王 突出贡献

5#
发表于 2014-6-6 19:35:16 |只看该作者
别急着更新unity3d 5 指日可待
回复

使用道具 举报

0

主题

3

听众

2200

积分

中级设计师

Rank: 5Rank: 5

纳金币
0
精华
0

最佳新人 活跃会员 热心会员 灌水之王 突出贡献

6#
发表于 2014-6-6 23:25:31 |只看该作者
新人学习了
回复

使用道具 举报

0

主题

1

听众

368

积分

设计实习生

Rank: 2

纳金币
1
精华
0

最佳新人

7#
发表于 2014-6-6 23:37:26 |只看该作者
感谢分享
回复

使用道具 举报

1

主题

1

听众

661

积分

初级设计师

Rank: 3Rank: 3

纳金币
31
精华
0

最佳新人 活跃会员 热心会员 灌水之王 突出贡献

8#
发表于 2014-6-7 02:50:34 |只看该作者
感谢分享!!
回复

使用道具 举报

0

主题

2

听众

3482

积分

中级设计师

Rank: 5Rank: 5

纳金币
2
精华
0

最佳新人 活跃会员 热心会员 灌水之王 突出贡献

9#
发表于 2014-6-7 22:05:55 |只看该作者
谢分享!!
回复

使用道具 举报

wucnj    

1

主题

1

听众

3160

积分

中级设计师

Rank: 5Rank: 5

纳金币
1065
精华
0

最佳新人 活跃会员 热心会员 灌水之王 突出贡献

10#
发表于 2014-6-7 22:48:55 |只看该作者
感谢分享!!!
回复

使用道具 举报

12 第1页 | 共2 页下一页
返回列表 发新帖
您需要登录后才可以回帖 登录 | 立即注册

关闭

站长推荐上一条 /1 下一条

手机版|纳金网 ( 闽ICP备08008928号

GMT+8, 2024-5-13 22:07 , Processed in 0.094731 second(s), 32 queries .

Powered by Discuz!-创意设计 X2.5

© 2008-2019 Narkii Inc.

回顶部