File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
com.unity.visualeffectgraph Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010- New operator : Sample Signed distance field
1111- New WorldToViewportPoint operator
1212- New ViewportToWorldPoint operator
13+ - Added Output Event Handler API
14+ - Added Output Event Handler Samples
15+ - Added ExposedProperty custom Property Drawer
1316
1417### Fixed
1518- Mesh Sampling incorrect with some GPU (use ByteAddressBuffer instead of Buffer<float >)
@@ -62,12 +65,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6265- Compute culling of particle which have their alive attribute set to false in output
6366- Mesh and lit mesh outputs can now have up to 4 differents meshes that can be set per Particle (Experimental)
6467- Screen space per particle LOD on mesh and lit mesh outputs (Experimental)
65- - Compare operator can take int and uint as inputs
66- - New operator : Sample Signed distance field
67- - Added Output Event Handler API
68- - Added Output Event Handler Samples
69- - Added ExposedProperty custom Property Drawer
70-
7168
7269### Fixed
7370- Moved VFX Event Tester Window visibility to Component Play Controls SceneView Window
You can’t perform that action at this time.
0 commit comments