Skip to content

Commit

Permalink
Update folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
bgk- committed Jul 11, 2024
1 parent cf53b32 commit 0109d2c
Show file tree
Hide file tree
Showing 11 changed files with 303 additions and 175 deletions.
2 changes: 0 additions & 2 deletions Plugins/libtopi.dylib.meta

This file was deleted.

File renamed without changes.
File renamed without changes.
63 changes: 63 additions & 0 deletions Plugins/x64/libtopi.dylib.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
63 changes: 63 additions & 0 deletions Plugins/x64/topi.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Plugins/x86_64/topi.dll.meta

This file was deleted.

2 changes: 0 additions & 2 deletions Runtime/ByteData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ public class ByteData : ScriptableObject, ISerializationCallbackReceiver
/// </summary>
[SerializeField] private string[] externs;

/// of strings, while the `OnAfterDeserialize` method recreates the `ExternsSet` from the deserialized array.
public SortedSet<string> ExternsSet;

public void OnBeforeSerialize() => externs = ExternsSet?.ToArray();

public void OnAfterDeserialize() => ExternsSet = new SortedSet<string>(externs);
Expand Down
Loading

0 comments on commit 0109d2c

Please sign in to comment.