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/

  1. Resolution Note (fix version 2023.3.0a15):

    Verified on version 2023.3.0a15

  2. Resolution Note (fix version 2023.2.1f1):

    Verified in version 2023.2.2f1

  3. Resolution Note (fix version 2022.3.15f1):

    Verified on version 2022.3.15f1

Comments (1)

  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

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.