OndrejNepozitek / Edgar-Unity

Unity Procedural Level Generator
https://ondrejnepozitek.github.io/Edgar-Unity/docs/introduction
MIT License
817 stars 70 forks source link

eature `interpolated strings' cannot be used because it is not part of the C# 4.0 language specification #30

Closed Sven65 closed 4 years ago

Sven65 commented 5 years ago

Imported the unity package into Unity 2018.1.2.f1 and got the error Assets/ProceduralLevelGenerator/Scripts/GeneratorPipeline/DungeonGenerators/GraphBasedGenerator/GraphBasedGeneratorTask.cs(71,16): error CS1644: Featureinterpolated strings' cannot be used because it is not part of the C# 4.0 language specification`

The error also appears in other files.

OndrejNepozitek commented 5 years ago

Hey! Please make sure that you have Scripting runtime version in Unity set to .NET 4.X equivalent or .NET Standard 2.0.