Search Issue Tracker
Fixed in 2022.3.15f1
Fixed in 2022.3.X, 2023.2.X, 2023.3.X, 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/
Comments (1)
-
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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Resolution Note (fix version 2023.3):
Verified on version 2023.3.0a15
Resolution Note (fix version 2023.2):
Verified in version 2023.2.2f1
Resolution Note (fix version 2022.3):
Verified on version 2022.3.15f1