-
Notifications
You must be signed in to change notification settings - Fork 855
Vfx/docs/whats new 12 #5810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vfx/docs/whats new 12 #5810
Conversation
Added VFX What's New 12 doc and images.
Added new entries to the VFX What's new page.
Hi! This comment will help you figure out which jobs to run before merging your PR. The suggestions are dynamic based on what files you have changed. VFX Depending on the scope of your PR, you may need to run more jobs than what has been suggested. Please speak to your lead or a Graphics SDET (#devs-graphics-automation) if you are unsure. |
\ > /
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Vic, looking good!
I've noted a few possible things to check out.
|
||
In this version, the Visual Effect Graph has added support for the Universal Render Pipeline’s (URP) 2D Renderer. This means that you can now render effects in a 2D project and sort them along with sprites in your scene. | ||
|
||
For more information, see [Rendering in the Universal Render Pipeline](https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@latest?/manual/rendering-in-universalrp.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we link to the latest version here, or to the equivalent 12.x?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, you make a good point, the equivalent 12.x link would be better! Done :)
|
||
 | ||
|
||
VFX version 21.2 also adds support for Graphics/Compute buffers. This makes it easier to handle and transfer large amounts of data to a Visual Effect Graph. This is particularly useful for tracking multiple GameObject positions in your graph. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VFX version 21.2
My bad if I wrote this originally; I think it's misleading saying VFX version 21.2; it should be either VFX version 12.0 or VFX Graph in 2021.2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
support for Graphics/Compute buffers
Maybe just Graphics buffers.
From Paul:
Yes, "Graphics Buffer" it's the most correct way to express it, Structured Buffer is also fine but it refers to the GPU view.
This also showed up in this forum thread.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Fixed.
|
||
For more information, see [Signed Distance Fields in the Visual Effect Graph](sdf-in-vfx-graph.md). | ||
|
||
### HDRP Decal Output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The decal output section looks to be empty (image and description)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ops. Added!
|
||
 | ||
|
||
This VFX graph version adds a transform to various shape blocks and operators to make them easier to use and to give you more precise control. For example, you can use this transform to rotate a Position Circle block to make the circle shape face a new direction, or to scale the shape of a sphere collision block on one axis to collide with an ellipse. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
collide with an ellipse.
Just googled it and apparently ellipsoid is the 3D version of an ellipse. Apologies, I wrote the wrong one originally, should be "ellipsoid".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, that makes more sense! Fixed.
Updated banner-urp-fixed-lit-output.png
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed feedback, pushing changes accordingly.
|
||
In this version, the Visual Effect Graph has added support for the Universal Render Pipeline’s (URP) 2D Renderer. This means that you can now render effects in a 2D project and sort them along with sprites in your scene. | ||
|
||
For more information, see [Rendering in the Universal Render Pipeline](https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@latest?/manual/rendering-in-universalrp.html). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, you make a good point, the equivalent 12.x link would be better! Done :)
|
||
For more information, see [Signed Distance Fields in the Visual Effect Graph](sdf-in-vfx-graph.md). | ||
|
||
### HDRP Decal Output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ops. Added!
|
||
 | ||
|
||
This VFX graph version adds a transform to various shape blocks and operators to make them easier to use and to give you more precise control. For example, you can use this transform to rotate a Position Circle block to make the circle shape face a new direction, or to scale the shape of a sphere collision block on one axis to collide with an ellipse. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, that makes more sense! Fixed.
|
||
 | ||
|
||
VFX version 21.2 also adds support for Graphics/Compute buffers. This makes it easier to handle and transfer large amounts of data to a Visual Effect Graph. This is particularly useful for tracking multiple GameObject positions in your graph. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Fixed.
Made changes as per Vlad's comments.
@VladNeykov Pushed changes to fix the issues you mentioned in your comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great, thanks for the PR @Vic-Cooper ! :)
Why do we have conflicted files here? |
Added the new sections included in this draft doc: https://docs.google.com/document/d/1sRf03IdCBZWlTe6m3P6CVOEjcg2TYo88llco2guo9KQ/edit#