Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error with Godot 3.2 stable Mono #27

Open
Teashrock opened this issue Mar 1, 2020 · 0 comments
Open

Compile error with Godot 3.2 stable Mono #27

Teashrock opened this issue Mar 1, 2020 · 0 comments

Comments

@Teashrock
Copy link

On the final build stage throws this:

"C:\Users\Teashrock\Documents\Development\Not-Mine\godot-3.2-stable\modules\mono\glue\GodotSharp\GodotSharp.sln" (целев
ой объект по умолчанию) (1) ->
"C:\Users\Teashrock\Documents\Development\Not-Mine\godot-3.2-stable\modules\mono\glue\GodotSharp\GodotSharp\GodotSharp.
csproj" (целевой объект по умолчанию) (2) ->
(Целевой объект CoreCompile) ->
  Generated\GodotObjects\Spine.cs(319,33): error CS1750: Использование значения типа "float" в качестве параметра по ум
олчанию недопустимо, так как отсутствуют стандартные методы преобразования в тип "string". [C:\Users\Teashrock\Document
s\Development\Not-Mine\godot-3.2-stable\modules\mono\glue\GodotSharp\GodotSharp\GodotSharp.csproj]
  Generated\GodotObjects\Spine.cs(328,32): error CS1750: Использование значения типа "float" в качестве параметра по ум
олчанию недопустимо, так как отсутствуют стандартные методы преобразования в тип "string". [C:\Users\Teashrock\Document
s\Development\Not-Mine\godot-3.2-stable\modules\mono\glue\GodotSharp\GodotSharp\GodotSharp.csproj]

    Предупреждений: 7
    Ошибок: 2

In case if You don't know Russian: it complains about impossibility of using "float" typed value as default parameter, because of lack of a standard methods of conversion "float" type to "string" type.

@Teashrock Teashrock changed the title Compile error with Godot 3.2 stable mono Compile error with Godot 3.2 stable Mono Mar 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant