keijiro / Pcx

Point cloud importer & renderer for Unity
The Unlicense
1.36k stars 197 forks source link

2020.2 compatability #61

Closed sjaakjules closed 3 years ago

sjaakjules commented 4 years ago

The unity assetImporters are no longer experimental.

You should change using to something like: (if i have my versions correct which i prob dont.

if UNITY_2020_2_OR_NEWER

using UnityEditor.AssetImporters;

elif UNITY_2018_4_OR_NEWER

using UnityEditor.Experimental.AssetImporters;

endif

keijiro commented 3 years ago

Fixed in 1.0.1.