Search Issue Tracker
Fixed
Fixed in 2022.3.15f1, 2023.2.1f1, 2023.3.0a15
Votes
0
Found in
2022.3.10f1
2023.1.0a1
2023.2.0a1
2023.3.0a1
Issue ID
UUM-55153
Regression
Yes
[VFX] Cannot sample RenderTexture anymore
Steps to reproduce:
* In the project browser create a RenderTexture
* Create a new VFX Graph
* Add a Sample Texture 2D node
* Try to find the created render texture or try to drop it from the project browser
Actual result: the render texture cannot be found and the drag&drop is rejected
Expected result: the render texture is listed in the search window and the drag&drop is accepted.
For reference the issue has been raised here: https://forum.unity.com/threads/can-no-longer-use-render-textures-in-sample-texture-2d-node-in-unity-2022.1511789/
-
ManaPotionStudios
Nov 15, 2023 09:43
For anyone on 2022.3.X as a hotfix you can manually edit meta data of a VFX graph to link required render texture. Just look up render texture's meta data with guid, fileFormatVersion and mainObjectFileID and put those values into changed field on a VFX graph.
What field is that? Just put regular 2d texture in required slot and see in version controll system what line has changed. This is the one you need to put data from render texture meta data.
Hope it helps.
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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Resolution Note (fix version 2023.3.0a15):
Verified on version 2023.3.0a15
Resolution Note (fix version 2023.2.1f1):
Verified in version 2023.2.2f1
Resolution Note (fix version 2022.3.15f1):
Verified on version 2022.3.15f1