First of all, thank you to the Roaming Gamer for creating SSK2. I downloaded it last night and have already used a few of its features in my current project.
However, I do have a few small issues with my download. First, the version via ssk.getVersion( ) outputs as 2016.002 even though the file I downloaded is ssk_pro_2016.003.
I’m also having a hard time accessing the meters module. It exists in the ssk2 folder but when I try to call it with
[lua]
ssk.meters.create_fps(true)
ssk.meters.create_mem(true)
– console error: “main.lua:7: attempt to index field ‘meters’ (a nil value)”
[/lua]
It might have the same problem with the other pro modules as it seems that none of them have loaded
[lua]_G.ssk.init( { math2DPlugin = false, measure = true} ) – gives me the results below showing none of the pro modules even though they are in the ssk2 folder with the other modules[/lua]
– Initalizing SSK
ssk2.core : 9 KB
ssk2.extensions.display : 1 KB
ssk2.extensions.io : 8 KB
ssk2.extensions.math : 6 KB
ssk2.extensions.native : 3 KB
ssk2.extensions.string : 16 KB
ssk2.extensions.table : 28 KB
ssk2.extensions.transition : 4 KB
ssk2.system : 3 KB
ssk2.colors : 20 KB
ssk2.display : 51 KB
ssk2.math2d : 34 KB
ssk2.cc : 23 KB
ssk2.actions.actions : 25 KB
ssk2.easyIFC : 144 KB
ssk2.easyInputs : 90 KB
ssk2.easyCamera : 17 KB
ssk2.misc : 55 KB
SSK Total : 534.87 KB
SSK VERSION: 2016.002 – although the file says 2016.003
macOS v10.12
Corona Simulator v2016.2992
Thanks, and I look forward to having more fun with SSK2!
-Jonathan