Search Issue Tracker
Fixed
Votes
0
Found in
2023.1.0a1
2023.2.0a1
2023.3.0a1
6000.0.0b1
Issue ID
UUM-71916
Regression
Yes
[VFX Graph] Flipbook Size upgrade issue
The Flipbook Size setting changed from the Vector2 type to "Flipbook" which is a _Vector2 int _type.
Vector2 cannot be wired to Flipbook property as no conversion/cast is handled. This can create an upgrade issue with VFX that were using Wired Vector2 property to the Flipbook setting.
Reproduction Step:
- open a Unity Project (23.3 or above)
- Open the Package manager
- In the Visual Effect section go in the sample tab.
- Install the additional sample
- Find the bonfire prefab and drop it in the scene.
- Notice the Flame and Smoke appears to be broken.
- Open the VFX Graph.
- Open the Flames Subgraph by right-click ->open subgraph
- Browse to the output Section.
- Notice that the nothing is connected to the Flipbook Size Setting.
!image-2024-05-13-14-41-57-608.png|thumbnail!
!image-2024-05-13-14-42-43-136.png|thumbnail!
Before it use to be this way
!image-2024-05-13-14-42-22-988.png|thumbnail!
!image-2024-05-13-14-42-49-865.png|thumbnail!
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note:
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-72634