Skip to content

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

@Programmfun

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)

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