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

Why can't find namespace name 'NJsonSchema'? #27

Open
DCores opened this issue Jun 3, 2021 · 0 comments
Open

Why can't find namespace name 'NJsonSchema'? #27

DCores opened this issue Jun 3, 2021 · 0 comments

Comments

@DCores
Copy link

DCores commented Jun 3, 2021

hello

there is a problem with Unity3DTiles

when i import Unity3DTiles into project,there is a errer:

Assets\Plugins\Unity3DTiles\SchemaGen\Generate\Program.cs(2,7): error CS0246: The type or namespace name 'NJsonSchema' could not be found (are you missing a using directive or an assembly reference?)

Why can't find namespace name 'NJsonSchema'?

is 'NJsonSchema' in \Unity3DTiles\Assets\JsonDotNet\Assemblies\Standalone\Newtonsoft.Json.dll ?

the error is cause by Program.cs Line 1 and Line 2:
using NJsonSchema;
using NJsonSchema.CodeGeneration.CSharp;

my unity version is 2018.4.35f1

thank you and hope for your reply :)

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

No branches or pull requests

1 participant