Quantcast
Channel: Questions in topic: "portals"
Browsing latest articles
Browse All 85 View Live

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 Article


protecting 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 Article


A 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 Article

Portals: 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 Article

True 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 Article


Making 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 Article

seamless 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 Article

How 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 Article


Occlusion 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 Article


2D 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 Article

Rendering 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 Article

How 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 ![alt...

View Article

How to change the movement direction between portals?

I'm making a game similar to Portal and already done the teleporter. But when the Player or other object enter on the first portal and is teleported to de other portal, he keeps the same trajectory. I...

View Article


Masking a Render Texture?

Hello everybody! I've been attempting to mask a render texture and I can't seem to get the hang of it. I'm making a cheap re-make of Portal (the game by Valve) for a school project and I have a render...

View Article

Moving large objects through portals 2D

I know how to make portals move objects from one location to the other, but I don't know how to move long objects between portals. I have a long wooden board that I want to move gradually between two...

View Article


Building Portal in VR in Single-Pass Stereo shader

Hey there! I'm having trouble writing a shader to render a Portal in VR, and I need help. Everything I try doesn't work. I can't get both eyes to be aligned (I get crossed eyes when I look to the...

View Article

Is it possible to see a render texture through another render texture?

I'm making a game similar to portal but I noticed when a "portal" is parallel to each other the render texture appears black. I figured out that if I turned on HDR in the camera settings it fixes it...

View Article


Portal between scenes?

So i was watching this video tutorial on seamless/smooth portals which teleports the player from one area to another. (Video Link: https://www.youtube.com/watch?v=cuQao3hEKfs) This is all done in one...

View Article

Are overlapping Occlusion Portals (one open, one closed) treated as an...

If a space is configured to have two overlapping Occlusion Portals, and they are both set to open, presumably the space is considered open. If they are both set to closed, presumably the space is all a...

View Article

3D portal effect on plane

Hi, I wasn't **exactly** sure how to word my title, but basically I'm trying to make a basic door/portal teleport system, where the player can walk through one open door on on side of the scene and...

View Article

What is wrong with my 2D portal code?

I'm new to Unity and I'm trying to implement a portal system to a 2D game. I want the player to teleport upon collision with the portal while pressing the "Fire2" button. Currently, the player...

View Article


Teleportation problem!

## I wrote a portal script but whenever i teleport my character it happens to teleport without an arm,how could i connect the body pieces so it teleports completely ## using System.Collections; using...

View Article


seamless "portal" but without scrips

so I've been trying to make this project in the game VR chat where there's a box cardboard box that is a miniature world/room and u can be teleported to it and if another player looks inside the box...

View Article

Why is the Portal not cutting out the pillar walls in Brackeys’ Portal tutorial?

The portal render that we see is showing the sides of the other portal’s pillars which isn’t what the tutorial had. If I turn to the left or right, I will see the pillars a lot and it will take over...

View Article

creating portal effect using a render texture and Shadergraph with screen...

I am trying to make a portal effect using a render texture and shadergraph following this tutorial: https://www.youtube.com/watch?v=TkzASwVgnj8 This sets up a second camera that moves corresponding to...

View Article


Scripting Portal

Hello everyone.So my concept is that i need to script my portal in wich i have added a box collider to check if a player is meeting some creterias.Due that the game is for mobile i'm using only buttons...

View Article

I'm adapting the portals from Brackeys to VR, how to stop Z axis from...

Hello everyeone! I've encountered several challenges doing this adaptation (newbie) and the first one is that when in [Brackeys Tutorial](https://youtu.be/cuQao3hEKfs?t=559 "Brackeys Tutorial") he...

View Article

How 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 Article

Raycast 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 Article



Occlusion 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
Browsing latest articles
Browse All 85 View Live