sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7k stars 1.11k forks source link

Cannot generate with dotnet on a mac (dotnet 6 and Entitas 1.14.1) #1043

Closed eatsports closed 1 year ago

eatsports commented 1 year ago

Hey, i cant seem to generate code with dotnet on a mac :( Here's the console, it works fine on windows After googling it seems like it might be a dotnet issue, but maybe there is a known fix already image

sschmid commented 1 year ago

@eatsports Hi, can you please check your dotnet version

dotnet --version

Must be 6.0.0 or higher

eatsports commented 1 year ago

Yeah, its the first thing i checked, im on 6.0.402

eatsports commented 1 year ago

image

woshihuo12 commented 1 year ago

meet same issue.

woshihuo12 commented 1 year ago

Yeah, its the first thing i checked, im on 6.0.402

are you solve this bug?

woshihuo12 commented 1 year ago

@sschmid 1.14.0 not has this bug. so 1.14.1 introduce this bug.

woshihuo12 commented 1 year ago

when i replace the 1.4.1 plugin's Microsoft.Build.Locator.dll file with 1.4.0. the error will be disappear.