-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bug on ConfigNodeWithSteroids.from
#23
Comments
This issue is INVALID. There's an error on the reference code!! This is wrong, the
Is should be:
And, now, this works fine, as I had proved while checking net-lisias-ksp/DistantObject#28:
using this code:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's weird.
Let's say we have the following ConfigNode on the prefab:
The following code works fine:
and prints what's expected correctly. However, the following code:
ends up printing what follows on the log:
what's clearly a bug, because both entries should be printing the same content!
By some reason,
ConfigNodeWithSteroids.from
is borking when being fed with a subnode!Search and Destroy the bug!
The text was updated successfully, but these errors were encountered: