I’m using DataTables in order to setup my project images from Url links.
I have a Data table consisting in 3 parameters:
URl (String)
Index (int)
Set (int)
In the editor i can see the following values
When i print out any Row of the Data Table i get the correct Url but [Index] and [Set] values are always 0.
I have other Datatables working correctly but this one is causing me problems and don’t know any way to fix it.
I Used Data Tables in Clean projects with the same structure and always works as intended.
The print output is seen as the following image:
Urls used are for testing and are not final, If anyone have any workaround to solve this problem please answer this post.