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

Issue importing to 3rd party project #28

Open
Changliu52 opened this issue Dec 29, 2020 · 4 comments
Open

Issue importing to 3rd party project #28

Changliu52 opened this issue Dec 29, 2020 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@Changliu52
Copy link

Changliu52 commented Dec 29, 2020

Hi @keijiro

We are trying to import the unity package exported from this project. and at the same time added the following to our manifest.json

{
  "scopedRegistries": [
    {
      "name": "Unity NuGet",
      "url": "https://unitynuget-registry.azurewebsites.net",
      "scopes": [
        "org.nuget"
      ]
    },
    {
      "name": "Keijiro",
      "url": "https://registry.npmjs.com",
      "scopes": [
        "jp.keijiro"
      ]
    }
  ],
  "dependencies": {
    "jp.keijiro.kino.post-processing": "2.1.15",
    "jp.keijiro.klak.motion": "1.0.1",
    "jp.keijiro.metamesh": "0.0.6",
    "com.unity.modules.animation": "1.0.0",
    "com.unity.modules.imageconversion": "1.0.0",
    "com.unity.modules.physics": "1.0.0",
    "com.unity.modules.uielements": "1.0.0"
  }
}

We are testing with an empty project on unity 2019.4.8f1
all game objects in the Test.scene looks fine in the inspector. But the point cloud was not rendered. No error in the console.

The same setting works fine in the direct clone of this project, and we have made sure our kinect azure functions well in the kinect viewer app.

Please help.

Chang

@keijiro keijiro self-assigned this Dec 29, 2020
@keijiro keijiro added the question Further information is requested label Dec 29, 2020
@keijiro
Copy link
Owner

keijiro commented Dec 29, 2020

Could you share a minimal project that reproduces the issue?

@ly19264
Copy link

ly19264 commented Dec 29, 2020

Hi @keijiro ,

A minimal project could be found at https://github.com/ly19264/KinectIntegration for the reproduction of the issue

@ly19264
Copy link

ly19264 commented Jan 6, 2021

Hi @keijiro ,

We were able to integrate with 2019.3.9f1. It turns out the project has dependency on .NetStandard2.0 , would it be possible to support .Net 4.x ?

@keijiro
Copy link
Owner

keijiro commented Jan 6, 2021

@ly19264 No. Context: keijiro/KlakNDI#72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants