autocore-ai / MapToolbox

Plugins to make Autoware vector maps in Unity
GNU Lesser General Public License v3.0
257 stars 101 forks source link

Is Linux supported? #91

Open robodrome opened 1 year ago

robodrome commented 1 year ago

Setup

Description

I followed the How to use instructions. There are errors.

Expected Behavior

No errors.

Actual behavior

Errors:

Class HashSetExtensions can not exist in multiple namespaces in the same file, even if one is excluded with preprocessor directives. Please move these to separate files if this is the case.
UnityEditor.Scripting.ScriptCompilers:GetClassAndNamespace(String, String, String&, String&) (at /home/bokken/buildslave/unity/build/Editor/Mono/Scripting/ScriptCompilers.cs:111)

Library/PackageCache/com.unity.collections@0.15.0-preview.21/Unity.Collections/NativeArrayExtensions.cs(50,63): error CS0426: The type name 'ReadOnly' does not exist in the type 'NativeArray<T>'

Library/PackageCache/com.unity.collections@0.15.0-preview.21/Unity.Collections/NativeArrayExtensions.cs(64,61): error CS0426: The type name 'ReadOnly' does not exist in the type 'NativeArray<T>'

Library/PackageCache/com.unity.collections@0.15.0-preview.21/Unity.Collections/NativeList.cs(716,31): error CS0426: The type name 'ReadOnly' does not exist in the type 'NativeArray<T>'

This is not my home directory by the way: /home/bokken

Steps to reproduce

Follow instructions. I do see that Windows 10 is a requirement. Is that correct? A bit confusing is that I can also see Linux in the screenshots.

geun0196 commented 1 year ago

Hi, I have the issue too.

My environment is same below.

image

Did you solve issue?

robodrome commented 1 year ago

No not yet. Unfortunately I currently do not have the time to look into it.