- 最后登录
- 2024-11-17
- 注册时间
- 2012-8-10
- 阅读权限
- 100
- 积分
- 74994
  
- 纳金币
- 59338
- 精华
- 28
|
有兴趣的朋友可以到官方下载试用版。RETAIL BETA 33 (V0.9.2170)
January 10th, 2013
This build contains many updates (including node grid snapping) as well as many new and updated nodes.NOTE! - Because many of the GUI nodes have been updated for improved functionality, you may see compile errors from any existing uScript code generated files for graphs that use the GUI nodes. Please follow the ins***ctions in the topic Deleting Generated Code Files and Rebuilding Them to fix this issue if you encounter it.Updates:
Formatting improvement to the Preferences Window.
Added basic node Grid Snapping.
Added shortcut keys to directly access the File Menu options. The available keyboard shortcuts are shown on the uScript Editor file menu, for example to perform a Quick Save, you can now press 'ALT+Q'. The previous shortcuts still work, so you can still press 'ALT+F; Q' for Quick Save, as well.
Added property panel and code generation support for GUILayoutOption and GUILayoutOption[] node properties.
Update code generation to support Animation info and clip s***cts.
Updated most GUI and GUILayout nodes, removing the public "Control Name" property. Only TextField and TextArea nodes can have keyboard focus or have names assigned.
Added a Command Reference window for quick reference to uScript's hot-keys.
New Nodes:
Get Position From Transform
Get Scale From Transform
Get Rotation From Transform
Get Root Transform
Get Texture2D Info
Int To String
New GUI Nodes:
Text Field
Text Area
Button
Toggle
Vertical Slider
Horizontal Slider
Box
ToolTip
Space
Begin Scroll View
End Scroll View
Begin Horizontal
End Horizontal
Begin Vertical
End Vertical
Begin Area
End Area
Get Focused Control
Selection Grid
Horizontal Scrollbar
Vertical Scrollbar
Toolbar
Updated Nodes:
uScript Events - added a Late Start output socket.
Float To String - added support for all the standard numeric formatting, custom formatting and culture variants.
Destroy - added an output to Destroy node which waits until Unity destroys the node.
Updated GUI Nodes:
Begin Scroll View - replaced the separate "in" and "out" value sockets with a single "ref" socket.
Label - updated the description text.
Text Field - addressed issues that were preventing some events from firing. A "Mask Character" property was added, which allows this node to be used as a password field, and the node's "Control Name" will now automatically be generated if one is not specified by the user.
Deprecated Nodes:
Count Time - this node never worked properly and has now been replaced by the much better (and working) Stopwatch node. Please replace the Count Time node with Stopwatch nodes. This node will be removed from a future release of uScript. |
|