Portals / scene-shifts
Heyas all;First Id like to point out I feel a little silly for having to ask this but here goesIm very new to Unity (try only a week) but have some pretty big plans for something I would like to build...
View ArticleSites selling games created in Unity
Are there any sites or portals that sell games made by other people, particularly created in Unity? If so, could you link any?
View ArticleUnity game portals that don't monitor game quality?
I'm new to Unity and my games are therefore of poor quality. However, I'd still like to be able to submit them to game portals to receive feedback and set statistic goals (as in don't get less than 1.5...
View Articlecreate a portal with texture render
hi can any one please explain or give some tutorial on how to make a non walk trough portal in unity pro. some thing like [this][1] all i have managed to fine is that it's easy, but never the answer. i...
View Articlemaking a non walk through portal
hi. i have book looking for an answer for 3 days now but all i managed to find is that it is very easy with unity pro using the texture render. i have unity pro, but i sill didn't figured it out....
View ArticlePortal issue and transform.position
I'm trying to make a portal on which if my player enters, he gets transported to a certain position elsewhere. Right now I'm using the following logic. if(tile.tag=="portal") { int x =...
View ArticleCreating portal camera view with render textur
Hi there, I'm trying to build a simple portal mechanic like the one in Valves Portal and Portal 2. Currently I'm struggling with the visual part. I'm using the Unity Pro feature Render Texture. The...
View ArticleHow do I render 2D Sprites partially (side to side teleport)
I'm new to Unity as well as game engines and am still learning how to deal with cameras, rendering and the like. My first project is an attempt to execute a lot of basic mechanical tropes in 2D...
View ArticleAnother question about portals...
By portals i mean the effect used in Valve's portal games and seen in the "portalizer" unity package. I have searched almost every related question on many forums, however none seem to offer the help I...
View ArticleHow 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 Article