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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
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