I have created simple portal system. So the thing is, the portal effect is created using Niagara systems using mesh renderer. once the player entered to the portal, the entered part of the player cannot be seen. the example is like below,
I need to see the other half of the player also through this portal(only for the player) to make it more realistic like the player entered the other world. How can I do that? what technologies that I can use for do this?
is it possible to create a mask and add it to the material of the portal as opacity?