Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apartment: Need Mirror Effect for Interactable #550

Open
jasukim opened this issue Dec 11, 2019 · 0 comments
Open

Apartment: Need Mirror Effect for Interactable #550

jasukim opened this issue Dec 11, 2019 · 0 comments
Assignees
Labels
backlog Feature request for things we'd like to do/have feature New feature or request p3 game is working, gameplay would feel a lot better with these suggestions/fixed bugs

Comments

@jasukim
Copy link
Collaborator

jasukim commented Dec 11, 2019

Is your feature request related to a problem? Please describe.
In the Apartment scene, we have a Mirror Interactable in which at its default state, should reflect the bathroom and the NPC_Player character moving around.

The problem currently is that we will need to set up a camera and duplicate bathroom with a duplicate NPC_Player. We will then create a Mirror Interactable Camera that will provide the "reflection" of the bathroom and player moving, without actually "reflecting" (or, if there's another method you would like to use, we can try that). Currently if you try to add two NPC Player Controlled NPCs, this does not work with the way our Isometric Camera is set up - it may focus on the wrong NPC_Player.

Describe the solution you'd like
We need support for being able to move two Player controlled NPCs at the same time and having a mirror use a render texture (or alternative method) to reflect the contents of the bathroom.

Additional context
Add any other context or screenshots about the feature request here.

Currently how mirror works in-game
image

https://youtu.be/Goqe5IorfN0 - Explanation of how render textures are used (using Movie Projector Screen Set up as an example)
https://youtu.be/cCXUJZrrn4Y - Lengthy explanation of creating a mirror using scripting and render texture.

@jasukim jasukim added feature New feature or request p3 game is working, gameplay would feel a lot better with these suggestions/fixed bugs backlog Feature request for things we'd like to do/have labels Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Feature request for things we'd like to do/have feature New feature or request p3 game is working, gameplay would feel a lot better with these suggestions/fixed bugs
Projects
None yet
Development

No branches or pull requests

2 participants