You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tiled lets you create custom classes that can be used as property values:
The image above shows that I have two properties in my map: Spawn and a testing property named fffff, Spawn is a custom Vector2 class that I have created. When I try to access Spawn through the map's properties, it returns an empty string instead of a Vector2 containing its X & Y values as it should.
This issue restricts developers such as myself from managing their properties efficiently and in an organized manner
The text was updated successfully, but these errors were encountered:
Tiled lets you create custom classes that can be used as property values:
The image above shows that I have two properties in my map:
Spawn
and a testing property namedfffff
,Spawn
is a customVector2
class that I have created. When I try to accessSpawn
through the map's properties, it returns an empty string instead of aVector2
containing itsX
&Y
values as it should.This issue restricts developers such as myself from managing their properties efficiently and in an organized manner
The text was updated successfully, but these errors were encountered: