Hello ,
I've created a .SLPK file and this is the first time i do that i need to know how to import the file from arcgis pro to know if it's correctly created or not , cause i tried to load the file with arcgisruntime v100.1 and it didn't work any ne can lead me please ?
i've shared my .slpk and my layer here's the script i used to create the .slpk
import arcpy
arcpy.env.workspace='C:\scene'
arcpy.management.CreateSceneLayerPackage('c:\scene\sceneLayer.lyrx','c:\scene\scene.slpk',["INTENSITY","RGB","FLAGS","RETURNS"],arcpy.SpatialReference(4326),0,0.1,0.1)
thanks