-
Notifications
You must be signed in to change notification settings - Fork 28
Multiple Classes #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi! Are you wish to use "MyClassCollection" as a custom object return? The SimpleHTTPServer use the Unity's JsonUtility as the default JSON library. In the other hand, have you try using LitJson library, and is there same problem when using LitJson? LitJson has better compatibility than JsonUtility on serialize to Json string, I thing the problem should not exist when using LitJson. If the problem still exist, could you please give me the console log, exception message or any error msg about issue. |
try offical new netwtonjson libray might be useful:https://docs.unity3d.com/Packages/com.unity.nuget.newtonsoft-json@3.0/manual/index.html |
Hello there.
1st of all, i want to thank you about this tool. That's exactly what i wanted to create and i've failed -many times-.
This is not a simple HTTP server. It's gem.
But I'm trying to do something like this
And seems to be impossible. Am i missing something?
Or maybe Is there any other way i can use to achieve that result ?
In reality is use 3rd party software to put values there like this
_Class2_data.MyFloat = MySoftwareOutput.value,
Thanks in advance.
The text was updated successfully, but these errors were encountered: