Cammin / LDtkToUnity

Unity importer for the LDtk level editor
https://cammin.github.io/LDtkToUnity
MIT License
388 stars 39 forks source link

Compile Error #6

Closed Cammin closed 3 years ago

Cammin commented 3 years ago

Assets\Tests\Editor\FieldDeserializeTest.cs(5,17): error CS0234: The type or namespace name 'Test_file_for_API_showing_all_features' does not exist in the namespace 'LDtkUnity' (are you missing an assembly reference?)

Originally posted by @AndyGFX in https://github.com/Cammin/LDtkUnity/issues/3#issuecomment-801290431

Cammin commented 3 years ago

Fixed, was due to incorrect assembly definition and namespace a3475249