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
- [Ubuntu 22.04] Scene view is flickering with artifacts and red/blue color when Graphics API is set to "OpenGLCore" on Linux
- [iOS][Web][WebGPU] WebCamTexture's camera orientation is fixed relative to the phone’s right edge
- Instant crashes are not logged in Cloud Diagnostics Dashboard
- Crash on RepaintController::RenderPlayModeViewCameras when entering Play mode and PlayModeWindow.SetViewType being called at end of frame
- Crash reports appear inconsistently or with long delay in Cloud Diagnostics Dashboard
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