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
This is for ToolGripEditor, in UI folder with EditButton, InputSink, and SelectATool. The code right now is: "Position": [0.5, 0, 1, -20], "Size": [1, -50, 0, 40],
The fix is: "Position": { "UDim2": [[0.5, 0], [1, -20]] }, "Size": { "UDim2": [[1, -50], [0, 40]] },
Just an example, the problem is in each UI model Json file, but an easy fix.
The text was updated successfully, but these errors were encountered:
EvasiveAce
changed the title
Wrong type of value for property Frame.Size. Expected UDim2, got an array of four numbers
Wrong type of value for property Frame.Size. Expected UDim2, got an array of four numbers [Fix]
Jan 4, 2022
This is for ToolGripEditor, in UI folder with EditButton, InputSink, and SelectATool. The code right now is:
"Position": [0.5, 0, 1, -20], "Size": [1, -50, 0, 40],
The fix is:
"Position": { "UDim2": [[0.5, 0], [1, -20]] }, "Size": { "UDim2": [[1, -50], [0, 40]] },
Just an example, the problem is in each UI model Json file, but an easy fix.
The text was updated successfully, but these errors were encountered: