Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

The problem is the period vs. comma. If I enter something, then it gets replaced with "1,1" (not "1.1"). This is the wrong decimal separator for unity, which then causes the error.

Hmm, havent encountered anything like it. Comma is the way it should be yes, so when i write 1,1 or 1,01 it works perfectly. If you write a larger number it gets autocorrected to 1,1 as that is the largest possible value. Maybe thats what your thinking?

For me writing 1.01 (i.e. with period) works properly and 1,01 breaks it. Strange.

same problem