Giter Site home page Giter Site logo

pocketportalvr's People

Contributors

andrewzimmer906 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pocketportalvr's Issues

MissingReferenceException: The object of type 'Dimension' has been destroyed but you are still trying to access it.

I found this issue and fix it. My case:
I have multiple scenes with portals. LayerManager defined as singleton as well as definedDimensions list is static. So the problem is when I unload scene, all dimensions that was in the scene deleted, and now definedDimensions variable contains "null". What I offer is to use LayerManager as MonoBehaviour Singleton so it is related to the scene and remove static from definedDimensions so it also related to LayerManager instance.

'ARSessionOrigin' does not contain a definition for 'Raycast'

I am getting the following Console error:
Assets/Pocket Portal VR/Demo/Scripts/ARFoundationPlacement.cs(28,27): error CS1061: 'ARSessionOrigin' does not contain a definition for 'Raycast' and no accessible extension method 'Raycast' accepting a first argument of type 'ARSessionOrigin' could be found (are you missing a using directive or an assembly reference?)

This might be due to:

The raycasting API is the same as before, only now it is on a new component ARRaycastManager. Previously it was on the ARSessionOrigin. If you need to perform a raycast, make sure you have a ARRaycastManager on the same GameObject as the ARSessionOrigin and use the Raycast methods on that component.

Any plans on updating this useful plugin?

This is an unique plugin for VR so it'll be great to have it moving on to the next level. It still works with SRP when one meticulously does all the necessary settings. But no URP (shader turns pink), no Postprocessing (you know how useful it is). With Postprocessing, even in the old SRP one - the portal shader breaks the result.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.