Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var reader = new ByteReader(asset);
- reader.ReadDictionary().ToList().ForEach(x =>
- {
- try
- {
- mDictionary.Add(x.Key, x.Value);
- }
- catch (Exception e)
- {
- Debug.LogWarning(e);
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment