Skip to content

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

@DCores

Description

@DCores

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions