Open FlorianGlawogger opened 1 year ago
Currently there is no way to change the surveyId of the LimeSurveyManager outside of the Unity inspector, as it's a private variable. In order to make the package more flexible, I suggest making SurveyID a public property.
surveyId
LimeSurveyManager
SurveyID
This feature should still be added/would be useful; but just as a note: It is possible by loading as an additive scene
Currently there is no way to change the
surveyId
of theLimeSurveyManager
outside of the Unity inspector, as it's a private variable. In order to make the package more flexible, I suggest makingSurveyID
a public property.