How do Occlusion Portals work in Unity 4.3
Occlusion culling works perfectly otherwise, but I'd need to get doors to cull visibility when they are closed and vice versa. I've tried different static settings to Occlusion Portal and attached...
View Articleprotecting assets - networking games
I am working with some developers and they have an online world that will have areas for artists to display their art. I do not want to give away my assets for many reasons and I am wondering if there...
View ArticleA way to code teleporters for different teams?
Hi all, I'm having issues with the attached script. My players are instantiated under the tag "PlayerBlue" or "PlayerRed" according to which team the user selects. However, I can only seem to get one...
View ArticlePortals: Transformation of ported Objects
Hi, I'm currently working at a portalsystem. Transforming the velocity and the position of ported objects works great, but I just can't get the rotation to work. My current system is build up of two...
View ArticleTrue Portal Effect
So I did a small portal project from this tutorial: https://www.youtube.com/watch?v=sK9Qf8ElFHo Only problem I had is that the use of render texture is not as realistic as Portal. I am not looking to...
View ArticleMaking Portals
Heyho dear community I have a problem with teleporting the character (FPSController) when it collides with the portal. My code looks like this: using UnityEngine; using System.Collections; public class...
View Articleseamless portals like in the game portal
The script that I have teleports the player from one object to another with collisions but I'm looking for it to be more like a gateway sort of like in portal where you could have one foot in one and...
View ArticleHow to create a portal/teleport.
I have a game where you roll a ball around, avoid obstacles, and collect as many yellow cubes in the given time. How do I create a portal so that if a player goes on to a certain spot, they will be...
View ArticleOcclusion Portals Not Working in 5.5.0f3
In Unity 5.4.3, we had a working occlusion portal system in our game for doors, meaning that when you closed a door, stuff behind it was occluded, and when you opened, it was not. We simply had an...
View Article2D Linked Portals
Hello, I'm working on a 2D game and I added linked portals to it. For instance if I stand on top of portal A and press the teleport button, I get teleported to portal B. And if I stand on top of portal...
View ArticleRendering portal like in Portal 2
I have read many articles and questions on forums about making Portal System in Unity. But, I know how to do it, and my question is not about that. I want to make portals' particles and effects...
View ArticleHow to make the Skybox visible only through a window?
Hi Guys, Is it possible to make the skybox visible only through a window like object? I'm trying to make a portal kind of thing with ARKit. I'm using Depth mask to hide the objects behind  he...
View ArticleHow to make VR Seamless Portals
Hi, so I'm still rather new at this but I'm trying to make a game with multiple seamless portals with Unity XR for my final year degree project. I've stumbled into a lot of obstacles and issues such as...
View ArticleRaycast inside a RenderTexture
Hello everyone! I have a Scene with the Main Camera that looks at a Mesh. The Mesh texture is a RenderTexture from a second "portal" Camera (nothing fancy here, it's the usual setup for minimaps or...
View ArticleOcclusion Portal with a door animation
I've set door occlusion portals on all of the doors in the scene. You press e to open the doors and the open/close animation takes 1 second. I have set it so the occlusion portal is open when you...
View Article