Commit bdfc890
[10.x.x][VFX] 10.3 backports (#3143)
* Fix Event connected directly to Output Event (revival) #154
* Restore disabled 26_NonUnifomScale due to a wrong merge (need backport to 10.x.x)
* [HDRP] Fix debug view material (albedo/normal/...)
* Force ui update when shader might be reimported in StaticMeshOutput (#158)
* Don't create VFXGraph during import callbacks (#148)
* do not Create VFXGraph in import callbacks
* error when graph missing. Better test code for asset creation
* Select node on create (#166)
* Select node on create
* Fix for right click in block and add doesn't deselect clicked block
* fix for subgraph not being selected on drag and drop
* Select converted node/block after convert subgraph
* Fix for selection undo separate in some cases. Fixed flow anchor drag context selection.
* Fix for undo of add subgraph operator
* Dont flag dirty in vfxgraph is the model modified is a copy (#165)
* Added excludeFromTAA setting to VFX outputs
* Fix Custom Spawn serialization (#132)
* Fix case 1294180 : Error feedback throwing an error while changing capacity (#174)
* Fix Preset (with exclusion) (#177)
* Trick ExcludeFromPreset
Since this attribute is declared with "Inherited = false", we can't use it directly on VFXObject.
Extend the VFXInfo is valid to filter out preset.
* Fix missing ExcludeFromPreset for subgraph
* *Update changelog
* Fix 1276602 incorrect uchar pcache import (#129)
* Base Commit
* Updated Documentation with explicit limitations.
* Fixed incorrect Merge
* Add regression Test
* Removed Test as It can't handle Exceptions thrown in Custom Importers
* Fixed value divider
Co-authored-by: Thomas ICHÉ <[email protected]>
* Update gradient test (#151)
* Update gradient test
* Update CHANGELOG.md
Co-authored-by: Julien Fryer <[email protected]>
* Fix incorrect compilation condition for linux build (#184)
* Fix GPUEvent & SubGraph (#178)
* Fix SelectionHasCompleteSystems
Detect correctly if there are dependencies due to GPUEvent (or stripAttribute)
* Add allDependenciesIncludingNotCompilable in VFXData
This helper is usefull for UI + use it in SelectionHasCompleteSystems
* Add note without change the beahvior
* Remove debug ToArray()
* Sample Point Cache operator (#92)
* Fix Case 1223747 - NaN caused by normal bending (#181)
* [Subgraph] Prevent Pasting Context invalid subgraph (#191)
* Fix Mouse Event Binder in player (#175)
* Fix missing call to CreateVFXEventAttribute
OnValidate is only called in editor, in runtime, we should init cache data with OnEnable
* *Update changelog.md
* Vfx/docs/bugfixes (#188)
* Resolved 1272101
* Resolved 1264943
* Removed uncertainty around 'should'
* Resolved 1298031
* Added snippets file
* Resolved 1292127
* Fixed typos
* Resolved 1295296
Co-authored-by: Lewis Jordan <[email protected]>
* Update HDRP project assets
* Change VisualEffect inspector "Edit" button to "New" when no asset is set
* Spawn State documentation (#195)
* Added Spawn State doc
* Fixed formatting
Co-authored-by: Lewis Jordan <[email protected]>
* Added what's new page and moved blocks out one level in the table of …
* backout update gradien test
* Update ref images + deactivate test 26
* update URP assets
* DEactivate test 32 + clean ribbon template vfx
Co-authored-by: Paul Demeulenaere <[email protected]>
Co-authored-by: Tristan Genevet <[email protected]>
Co-authored-by: Gabriel de la Cruz <[email protected]>
Co-authored-by: Thomas Iché <[email protected]>
Co-authored-by: Thomas ICHÉ <[email protected]>
Co-authored-by: Ludovic Theobald <[email protected]>
Co-authored-by: Lewis Jordan <[email protected]>
Co-authored-by: Lewis Jordan <[email protected]>
Co-authored-by: sebastienlagarde <[email protected]>1 parent d0c4535 commit bdfc890
File tree
312 files changed
+23804
-3404
lines changed- TestProjects
- VisualEffectGraph_HDRP
- Assets
- AllTests
- Editor/Tests
- VFXTests/GraphicsTests
- Jumping Cubes
- PositionDepthOperator
- Shadergraph
- Lit
- SampleScene
- ShadergraphSampleScene
- Shadow
- Unlit
- SubgraphContextWithSubgraphBlock
- SubgraphContext
- SubgraphEventTransmission
- ReferenceImages/Linear
- LinuxEditor/Vulkan/None
- OSXEditor/Metal/None
- WindowsEditor/Direct3D11/None
- WindowsPlayer/Direct3D11/None
- Tests
- TransparencyOverdraw
- ProjectSettings
- VisualEffectGraph_URP
- Assets/GraphicsTests
- Shadergraph
- SampleScene
- 101_ShadergraphSampleScene
- Shadow
- ProjectSettings
- com.unity.render-pipelines.high-definition
- Editor/VFXGraph
- Outputs
- Runtime/VFXGraph/Shaders
- com.unity.testing.visualeffectgraph
- AssetBundle
- Scenes
- com.unity.visualeffectgraph
- Documentation~
- Images
- Snippets
- Editor
- Compiler
- Core
- Data
- Expressions
- GraphView
- Elements
- Views
- Inspector
- Models
- Blocks/Implementations
- Attribute
- Spawn
- Contexts
- Implementations
- Operators/Implementations
- Templates
- Utilities/pCache
- Importer
- Runtime
- CustomSpawners
- Utilities/EventBinding
- Shaders
- ParticleDecals
- ParticleHexahedron
- ParticleLinesSW
- ParticleLines
- ParticleMeshes
- ParticlePlanarPrimitives
- ParticlePoints
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
312 files changed
+23804
-3404
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
| 606 | + | |
606 | 607 | | |
607 | 608 | | |
608 | 609 | | |
| |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
197 | 215 | | |
198 | 216 | | |
199 | 217 | | |
| |||
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
940 | 940 | | |
941 | 941 | | |
942 | 942 | | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
943 | 982 | | |
944 | 983 | | |
945 | 984 | | |
0 commit comments