Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Closetext | A hex string to parse. |
NetworkHash128 A 128 bit network hash object.
This parses the string representation of a NetworkHash into a binary object.
no example available in JavaScript
string assetStrng = "0176acd452adc180"; NetworkHash assetId = NetworkHash.Parse(assetString);