Why can’t UE5.1 TextureSharing Work? Who can help me?

hi all,

Recently encountered some problems in researching texture sharing.

At first, I downloaded UE5.0.3, and encountered problems when using TextureShare. I created two UE projects, one set isserver=ture, the other set isserver=false, set the same texture name and send and receive texture information, receive After creating a material reference to the received render target, running both projects did not see any effect.

Later, I downloaded UE5.1Preview, and the textureshare plugin version was also upgraded. I created two UE projects, dragged BP_Textureshare to the scene, one of them set the send name texture1 and selected the texture object, received the set name texture2 and rendered target, then use the render target to create a material, create a cube using the previous material, another setting to send the name Texture2, receive the name texture1, running two UE projects still has no effect.

I looked in the log files both projects created textures with default names, not the problem names I set, I didn’t find that name in the detail panel or blueprints, I’m not sure if the problem is related to that?

Also please help to find the reason. Thank you. Or give an article or video that solves the problem, thank you.

My English is not very good, I don’t know if I made the question clearly.



I have encountered the same problem. Have you solved it

I’m still trying to solve it, and I’m already downloading the latest version of the code

hi, i have the same problem did you succeed in using it?

I have the same problem as well, you got to fix it?

I read the source code and found the general reason, which should be caused by the same process name. After the two UE projects are opened, the shared process name is UnreadEdit. I used the demo and made some modifications,then It has run through now, but the two projects cannot be opened at the same time. The source code should be modified.

when the process starts,demo will list all share object ,include self and other’s,Then it will judge which is his own and which is the other process,name used here,I remember that there are still some problems with the comparison function, the source code needs to be modified, in version 5.2

I basically understand the principle, and I have done the certification on the demo, but I don’t use this method now, so I don’t continue to study it further.