Skip to content

'Path' does not contain a definition for '...' #4

Description

@Programmfun

In file

VOXFileLoader/Scripts/VOXFileImport.cs

I'll get an error.
Solved:
in line 551,557 and 615 change
Path.GetFileNameWithoutExtension(path)
to
System.IO.Path.GetFileNameWithoutExtension(path)

Same in line 96 and 126 change
Path.GetExtension(path)
to
System.IO.Path.GetExtension(path)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions