Git Product home page Git Product logo

placenotesdk-unity's People

Contributors

bradhoekstra avatar nmathew87 avatar pmukherj avatar robertg-h avatar y22ma 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

placenotesdk-unity's Issues

On Windows PostBuildTrigger.cs copies whole folder into build

When building your SDK on Windows the PostBuildTrigger script does not produce the desired result.
The whole folder of the framework gets copied into the build folder which then causes the framework signing check of the app to fail when installing the ipa to device.

Framework Problem

Hi,
I've tried installing placenote with both methods, but with each one I have some kind of issue with the framework.
As I download unity package, I have the framework folder completely downloaded. (8Mb). However, as I try to build the example project I become the error:

...iOS/Placenote.framework/Placenote' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target.

Moreover, I can't add the framework from the list in Xcode but I still can drag and drop the folder.
I tried every other solution I found on the internet but nothing worked for me.
So I used the SSH key method and cloned the project from GitHub. However, the framework folder is only 61KB. I repeated the process several times but the result was still the same. (Home-brew is also properly installed).

I'd be happy if someone could offer me a solution.
Thanks

Index was outside the bounds of the array when click on ‘Add Planes and PointCloud’

I followed the steps that are given in the tutorial. Captured a map data using Spatial Capture app. Did all steps for listing the maps and also added the API key. However, while clicking on the ‘Add Planes and PointCloud’ button I get the following error.

IndexOutOfRangeException: Index was outside the bounds of the array.
EditorCoroutines.PlacenoteWebAPI+d__8.MoveNext () (at Assets/Placenote/Toolkits/SpatialCapture/PlacenoteWebAPI.cs:116)
EditorCoroutines.EditorCoroutines.MoveNext (EditorCoroutines.EditorCoroutines+EditorCoroutine coroutine) (at Assets/Placenote/EditorCoroutines/Scripts/EditorCoroutines.cs:337)
EditorCoroutines.EditorCoroutines.OnUpdate () (at Assets/Placenote/EditorCoroutines/Scripts/EditorCoroutines.cs:320)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at /Users/builduser/buildslave/unity/build/Editor/Mono/EditorApplication.cs:200)

Am I missing something?

Cannot run Placenote SDK for iOS 12!

screenshot 2018-11-01 at 2 24 28 pm

Hi, I am trying to build the example scenes from the SDK and i cannot go through building process in XCode, it gives me this error. error: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk/Plugins/iOS/Placenote.framework: No such file or directory

I am using Unity 2018.3 and Xcode 10.1 and iOS 12.1

LibraryChecker is using a hardcoded path

LibraryChecker.cs refers to a hardcoded path:

Assets/Placenote/Plugins/iOS/Placenote.framework/Placenote

Which fails when the package is installed elsewhere.

No Device Camera with Lightweight Render Pipeline

I'm on Unity 2019.1.11f1, and it appears that the device camera never works. I do get a prompt to allow the camera, but it shows nothing but a blue background with any of the samples. The iOS version is 12.4. Projects built with the normal 3D version are working, just not using LRP.

Bypassing FireBase

Hi, I'm trying to use placenote and on some ISPs it only works via VPN , I suspect it is because Firebase as some ISPs has banned it. I wanted to ask if there are any ways to bypass FireBase and not using it or a way to use a proxy inside placenote.
Thanks

error with Xcode 13 (unity build)

we have issue for placenote with new Xcode xcode 13, look like it has error AR library on Xcode 13 :

[nativeSession->_classToCallbackMap setObject:anchorCallbacks forKey:[ARPlaneAnchor class]];
}
error : Cannot initialize a parameter of type 'id _Nonnull' with an rvalue of type 'Class'

Extending a captured map in the Spatial Capture sample

Hi,
I have successfully following the steps in the Unity Spatial Capture documentation found here. Now i would like to extend the sample app to try building a larger scale map. However i noticed that the Capture app on Testflight crash when the scanning map is getting too big (for me it was about 10x10m room and any further the app would crash).
So there are 2 things that i hope i can get some assistance with:

  1. Is there some available method to extend an existing map? I did try extending the map following the doc here but the obtained map is of different format as far as i can understand (No plane obtained)
  2. I wonder how would the app store and download the map as the map size can get big real fast, and is there a way to store the obtained map locally on the app?

Placenote Not initialized

Screenshot 2019-06-28 at 2 29 53 PM

Hi,

I have multiple scene setup with placenote. Do i have to stop session and start session everytime i start a new scene? Because in the editor i am getting the output perfectly but when i build it is not working. One of the developers in Slack suggested me to "LibPlacenote.instance.Init()" Which says "PNInitialize already initialized" But when i Debug with "LibPLacenote.instance.initialize()" I get "Placenote Not initialized" Can you tell me what mistake i am doing..

Any support will be greatly appreciated.

Thanks.

SpatialCapture scene unable to load Map

Hi,

I have put the API keys and map ID, when tried to click "Add planes and PointCloud"

I got this

Extracting planes from xxxxxxxx-5e4b-4642-ac48-xxxxxxxxx
UnityEngine.Debug:Log(Object)

NullReferenceException: Object reference not set to an instance of an object
EditorCoroutines.PlacenoteWebAPI+c__Iterator1.MoveNext () (at Assets/Placenote/Toolkits/SpatialCapture/PlacenoteWebAPI.cs:115)
EditorCoroutines.EditorCoroutines.MoveNext (EditorCoroutines.EditorCoroutine coroutine) (at Assets/Placenote/EditorCoroutines/Scripts/EditorCoroutines.cs:337)
EditorCoroutines.EditorCoroutines.OnUpdate () (at Assets/Placenote/EditorCoroutines/Scripts/EditorCoroutines.cs:320)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at /Users/builduser/buildslave/unity/build/Editor/Mono/EditorApplication.cs:191)

error Thread 1: Signal SIGABRT

the placenote frame work is not found error. the weird thing i have added it propely following the videos. but still its throughing an error. the app as successly build but while running its crashing and throwing the above error. i have even added description for camera and location as well. can any one guide me.

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.