├── IFPS ├── .vs │ └── IFPS │ │ ├── DesignTimeBuild │ │ └── .dtbcache │ │ └── v15 │ │ ├── .suo │ │ └── Server │ │ └── sqlite3 │ │ ├── db.lock │ │ ├── storage.ide │ │ ├── storage.ide-shm │ │ └── storage.ide-wal ├── Assets │ ├── CSharp vNext Support.meta │ ├── CSharp vNext Support │ │ ├── AsyncTools.meta │ │ ├── AsyncTools │ │ │ ├── AsyncTools.cs │ │ │ ├── AsyncTools.cs.meta │ │ │ ├── NextFrameHelper.cs │ │ │ └── NextFrameHelper.cs.meta │ │ ├── Editor.meta │ │ └── Editor │ │ │ ├── 0Harmony.dll │ │ │ ├── 0Harmony.dll.meta │ │ │ ├── CSharpVNextSupport.dll │ │ │ └── CSharpVNextSupport.dll.meta │ ├── IPFS_Scene.unity │ ├── IPFS_Scene.unity.meta │ ├── Ipfs.meta │ ├── Ipfs │ │ ├── IpfsGenerated.cs │ │ ├── IpfsGenerated.cs.meta │ │ ├── IpfsGenesis.cs │ │ ├── IpfsGenesis.cs.meta │ │ ├── IpfsIO.cs │ │ ├── IpfsIO.cs.meta │ │ ├── IpfsObject.cs │ │ ├── IpfsObject.cs.meta │ │ ├── TIE-fighter.obj │ │ ├── TIE-fighter.obj.meta │ │ ├── White.mat │ │ └── White.mat.meta │ ├── Plugins.meta │ ├── Plugins │ │ ├── BouncyCastle.Crypto.dll │ │ ├── BouncyCastle.Crypto.dll.meta │ │ ├── Common.Logging.Core.dll │ │ ├── Common.Logging.Core.dll.meta │ │ ├── Common.Logging.dll │ │ ├── Common.Logging.dll.meta │ │ ├── Google.Protobuf.dll │ │ ├── Google.Protobuf.dll.meta │ │ ├── Ipfs.Core.dll │ │ ├── Ipfs.Core.dll.meta │ │ ├── Ipfs.Engine.dll │ │ ├── Ipfs.Engine.dll.meta │ │ ├── Makaretu.Dns.Multicast.dll │ │ ├── Makaretu.Dns.Multicast.dll.meta │ │ ├── Makaretu.Dns.dll │ │ ├── Makaretu.Dns.dll.meta │ │ ├── Microsoft.Data.Sqlite.dll │ │ ├── Microsoft.Data.Sqlite.dll.meta │ │ ├── Microsoft.EntityFrameworkCore.Design.dll │ │ ├── Microsoft.EntityFrameworkCore.Design.dll.meta │ │ ├── Microsoft.EntityFrameworkCore.Relational.dll │ │ ├── Microsoft.EntityFrameworkCore.Relational.dll.meta │ │ ├── Microsoft.EntityFrameworkCore.Sqlite.dll │ │ ├── Microsoft.EntityFrameworkCore.Sqlite.dll.meta │ │ ├── Microsoft.EntityFrameworkCore.dll │ │ ├── Microsoft.EntityFrameworkCore.dll.meta │ │ ├── Microsoft.Extensions.Caching.Abstractions.dll │ │ ├── Microsoft.Extensions.Caching.Abstractions.dll.meta │ │ ├── Microsoft.Extensions.Caching.Memory.dll │ │ ├── Microsoft.Extensions.Caching.Memory.dll.meta │ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll │ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll.meta │ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll │ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll.meta │ │ ├── Microsoft.Extensions.DependencyInjection.dll │ │ ├── Microsoft.Extensions.DependencyInjection.dll.meta │ │ ├── Microsoft.Extensions.Logging.Abstractions.dll │ │ ├── Microsoft.Extensions.Logging.Abstractions.dll.meta │ │ ├── Microsoft.Extensions.Logging.dll │ │ ├── Microsoft.Extensions.Logging.dll.meta │ │ ├── Microsoft.Extensions.Options.dll │ │ ├── Microsoft.Extensions.Options.dll.meta │ │ ├── Microsoft.Extensions.Primitives.dll │ │ ├── Microsoft.Extensions.Primitives.dll.meta │ │ ├── Microsoft.Win32.Primitives.dll │ │ ├── Microsoft.Win32.Primitives.dll.meta │ │ ├── Newtonsoft.Json.dll │ │ ├── Newtonsoft.Json.dll.meta │ │ ├── Nito.AsyncEx.Coordination.dll │ │ ├── Nito.AsyncEx.Coordination.dll.meta │ │ ├── Nito.AsyncEx.Tasks.dll │ │ ├── Nito.AsyncEx.Tasks.dll.meta │ │ ├── Nito.Collections.Deque.dll │ │ ├── Nito.Collections.Deque.dll.meta │ │ ├── Nito.Disposables.dll │ │ ├── Nito.Disposables.dll.meta │ │ ├── PeerTalk.dll │ │ ├── PeerTalk.dll.meta │ │ ├── Remotion.Linq.dll │ │ ├── Remotion.Linq.dll.meta │ │ ├── SQLitePCLRaw.batteries_e_sqlite3.dll │ │ ├── SQLitePCLRaw.batteries_e_sqlite3.dll.meta │ │ ├── SQLitePCLRaw.batteries_v2.dll │ │ ├── SQLitePCLRaw.batteries_v2.dll.meta │ │ ├── SQLitePCLRaw.core.dll │ │ ├── SQLitePCLRaw.core.dll.meta │ │ ├── SQLitePCLRaw.provider.e_sqlite3.dll │ │ ├── SQLitePCLRaw.provider.e_sqlite3.dll.meta │ │ ├── Semver.dll │ │ ├── Semver.dll.meta │ │ ├── SimpleBase.dll │ │ ├── SimpleBase.dll.meta │ │ ├── System.AppContext.dll │ │ ├── System.AppContext.dll.meta │ │ ├── System.Collections.Concurrent.dll │ │ ├── System.Collections.Concurrent.dll.meta │ │ ├── System.Collections.Immutable.dll │ │ ├── System.Collections.Immutable.dll.meta │ │ ├── System.Collections.NonGeneric.dll │ │ ├── System.Collections.NonGeneric.dll.meta │ │ ├── System.Collections.Specialized.dll │ │ ├── System.Collections.Specialized.dll.meta │ │ ├── System.Collections.dll │ │ ├── System.Collections.dll.meta │ │ ├── System.ComponentModel.Annotations.dll │ │ ├── System.ComponentModel.Annotations.dll.meta │ │ ├── System.ComponentModel.EventBasedAsync.dll │ │ ├── System.ComponentModel.EventBasedAsync.dll.meta │ │ ├── System.ComponentModel.Primitives.dll │ │ ├── System.ComponentModel.Primitives.dll.meta │ │ ├── System.ComponentModel.TypeConverter.dll │ │ ├── System.ComponentModel.TypeConverter.dll.meta │ │ ├── System.ComponentModel.dll │ │ ├── System.ComponentModel.dll.meta │ │ ├── System.Console.dll │ │ ├── System.Console.dll.meta │ │ ├── System.Data.Common.dll │ │ ├── System.Data.Common.dll.meta │ │ ├── System.Diagnostics.Contracts.dll │ │ ├── System.Diagnostics.Contracts.dll.meta │ │ ├── System.Diagnostics.Debug.dll │ │ ├── System.Diagnostics.Debug.dll.meta │ │ ├── System.Diagnostics.DiagnosticSource.dll │ │ ├── System.Diagnostics.DiagnosticSource.dll.meta │ │ ├── System.Diagnostics.FileVersionInfo.dll │ │ ├── System.Diagnostics.FileVersionInfo.dll.meta │ │ ├── System.Diagnostics.Process.dll │ │ ├── System.Diagnostics.Process.dll.meta │ │ ├── System.Diagnostics.StackTrace.dll │ │ ├── System.Diagnostics.StackTrace.dll.meta │ │ ├── System.Diagnostics.TextWriterTraceListener.dll │ │ ├── System.Diagnostics.TextWriterTraceListener.dll.meta │ │ ├── System.Diagnostics.Tools.dll │ │ ├── System.Diagnostics.Tools.dll.meta │ │ ├── System.Diagnostics.TraceSource.dll │ │ ├── System.Diagnostics.TraceSource.dll.meta │ │ ├── System.Diagnostics.Tracing.dll │ │ ├── System.Diagnostics.Tracing.dll.meta │ │ ├── System.Drawing.Primitives.dll │ │ ├── System.Drawing.Primitives.dll.meta │ │ ├── System.Dynamic.Runtime.dll │ │ ├── System.Dynamic.Runtime.dll.meta │ │ ├── System.Globalization.Calendars.dll │ │ ├── System.Globalization.Calendars.dll.meta │ │ ├── System.Globalization.Extensions.dll │ │ ├── System.Globalization.Extensions.dll.meta │ │ ├── System.Globalization.dll │ │ ├── System.Globalization.dll.meta │ │ ├── System.IO.Compression.ZipFile.dll │ │ ├── System.IO.Compression.ZipFile.dll.meta │ │ ├── System.IO.Compression.dll │ │ ├── System.IO.Compression.dll.meta │ │ ├── System.IO.FileSystem.DriveInfo.dll │ │ ├── System.IO.FileSystem.DriveInfo.dll.meta │ │ ├── System.IO.FileSystem.Primitives.dll │ │ ├── System.IO.FileSystem.Primitives.dll.meta │ │ ├── System.IO.FileSystem.Watcher.dll │ │ ├── System.IO.FileSystem.Watcher.dll.meta │ │ ├── System.IO.FileSystem.dll │ │ ├── System.IO.FileSystem.dll.meta │ │ ├── System.IO.IsolatedStorage.dll │ │ ├── System.IO.IsolatedStorage.dll.meta │ │ ├── System.IO.MemoryMappedFiles.dll │ │ ├── System.IO.MemoryMappedFiles.dll.meta │ │ ├── System.IO.Pipes.dll │ │ ├── System.IO.Pipes.dll.meta │ │ ├── System.IO.UnmanagedMemoryStream.dll │ │ ├── System.IO.UnmanagedMemoryStream.dll.meta │ │ ├── System.IO.dll │ │ ├── System.IO.dll.meta │ │ ├── System.Interactive.Async.dll │ │ ├── System.Interactive.Async.dll.meta │ │ ├── System.Linq.Expressions.dll │ │ ├── System.Linq.Expressions.dll.meta │ │ ├── System.Linq.Parallel.dll │ │ ├── System.Linq.Parallel.dll.meta │ │ ├── System.Linq.Queryable.dll │ │ ├── System.Linq.Queryable.dll.meta │ │ ├── System.Linq.dll │ │ ├── System.Linq.dll.meta │ │ ├── System.Net.Http.dll │ │ ├── System.Net.Http.dll.meta │ │ ├── System.Net.NameResolution.dll │ │ ├── System.Net.NameResolution.dll.meta │ │ ├── System.Net.NetworkInformation.dll │ │ ├── System.Net.NetworkInformation.dll.meta │ │ ├── System.Net.Ping.dll │ │ ├── System.Net.Ping.dll.meta │ │ ├── System.Net.Primitives.dll │ │ ├── System.Net.Primitives.dll.meta │ │ ├── System.Net.Requests.dll │ │ ├── System.Net.Requests.dll.meta │ │ ├── System.Net.Security.dll │ │ ├── System.Net.Security.dll.meta │ │ ├── System.Net.Sockets.dll │ │ ├── System.Net.Sockets.dll.meta │ │ ├── System.Net.WebHeaderCollection.dll │ │ ├── System.Net.WebHeaderCollection.dll.meta │ │ ├── System.Net.WebSockets.Client.dll │ │ ├── System.Net.WebSockets.Client.dll.meta │ │ ├── System.Net.WebSockets.dll │ │ ├── System.Net.WebSockets.dll.meta │ │ ├── System.ObjectModel.dll │ │ ├── System.ObjectModel.dll.meta │ │ ├── System.Reflection.Extensions.dll │ │ ├── System.Reflection.Extensions.dll.meta │ │ ├── System.Reflection.Primitives.dll │ │ ├── System.Reflection.Primitives.dll.meta │ │ ├── System.Reflection.dll │ │ ├── System.Reflection.dll.meta │ │ ├── System.Resources.Reader.dll │ │ ├── System.Resources.Reader.dll.meta │ │ ├── System.Resources.ResourceManager.dll │ │ ├── System.Resources.ResourceManager.dll.meta │ │ ├── System.Resources.Writer.dll │ │ ├── System.Resources.Writer.dll.meta │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ ├── System.Runtime.CompilerServices.Unsafe.dll.meta │ │ ├── System.Runtime.CompilerServices.VisualC.dll │ │ ├── System.Runtime.CompilerServices.VisualC.dll.meta │ │ ├── System.Runtime.Extensions.dll │ │ ├── System.Runtime.Extensions.dll.meta │ │ ├── System.Runtime.Handles.dll │ │ ├── System.Runtime.Handles.dll.meta │ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll │ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll.meta │ │ ├── System.Runtime.InteropServices.dll │ │ ├── System.Runtime.InteropServices.dll.meta │ │ ├── System.Runtime.Numerics.dll │ │ ├── System.Runtime.Numerics.dll.meta │ │ ├── System.Runtime.Serialization.Formatters.dll │ │ ├── System.Runtime.Serialization.Formatters.dll.meta │ │ ├── System.Runtime.Serialization.Json.dll │ │ ├── System.Runtime.Serialization.Json.dll.meta │ │ ├── System.Runtime.Serialization.Primitives.dll │ │ ├── System.Runtime.Serialization.Primitives.dll.meta │ │ ├── System.Runtime.Serialization.Xml.dll │ │ ├── System.Runtime.Serialization.Xml.dll.meta │ │ ├── System.Runtime.dll │ │ ├── System.Runtime.dll.meta │ │ ├── System.Security.Claims.dll │ │ ├── System.Security.Claims.dll.meta │ │ ├── System.Security.Cryptography.Algorithms.dll │ │ ├── System.Security.Cryptography.Algorithms.dll.meta │ │ ├── System.Security.Cryptography.Csp.dll │ │ ├── System.Security.Cryptography.Csp.dll.meta │ │ ├── System.Security.Cryptography.Encoding.dll │ │ ├── System.Security.Cryptography.Encoding.dll.meta │ │ ├── System.Security.Cryptography.Primitives.dll │ │ ├── System.Security.Cryptography.Primitives.dll.meta │ │ ├── System.Security.Cryptography.X509Certificates.dll │ │ ├── System.Security.Cryptography.X509Certificates.dll.meta │ │ ├── System.Security.Principal.dll │ │ ├── System.Security.Principal.dll.meta │ │ ├── System.Security.SecureString.dll │ │ ├── System.Security.SecureString.dll.meta │ │ ├── System.Text.Encoding.Extensions.dll │ │ ├── System.Text.Encoding.Extensions.dll.meta │ │ ├── System.Text.Encoding.dll │ │ ├── System.Text.Encoding.dll.meta │ │ ├── System.Text.RegularExpressions.dll │ │ ├── System.Text.RegularExpressions.dll.meta │ │ ├── System.Threading.Overlapped.dll │ │ ├── System.Threading.Overlapped.dll.meta │ │ ├── System.Threading.Tasks.Parallel.dll │ │ ├── System.Threading.Tasks.Parallel.dll.meta │ │ ├── System.Threading.Tasks.dll │ │ ├── System.Threading.Tasks.dll.meta │ │ ├── System.Threading.Thread.dll │ │ ├── System.Threading.Thread.dll.meta │ │ ├── System.Threading.ThreadPool.dll │ │ ├── System.Threading.ThreadPool.dll.meta │ │ ├── System.Threading.Timer.dll │ │ ├── System.Threading.Timer.dll.meta │ │ ├── System.Threading.dll │ │ ├── System.Threading.dll.meta │ │ ├── System.ValueTuple.dll │ │ ├── System.ValueTuple.dll.meta │ │ ├── System.Xml.ReaderWriter.dll │ │ ├── System.Xml.ReaderWriter.dll.meta │ │ ├── System.Xml.XDocument.dll │ │ ├── System.Xml.XDocument.dll.meta │ │ ├── System.Xml.XPath.XDocument.dll │ │ ├── System.Xml.XPath.XDocument.dll.meta │ │ ├── System.Xml.XPath.dll │ │ ├── System.Xml.XPath.dll.meta │ │ ├── System.Xml.XmlDocument.dll │ │ ├── System.Xml.XmlDocument.dll.meta │ │ ├── System.Xml.XmlSerializer.dll │ │ ├── System.Xml.XmlSerializer.dll.meta │ │ ├── e_sqlite3.dll │ │ ├── e_sqlite3.dll.meta │ │ ├── netstandard.dll │ │ ├── netstandard.dll.meta │ │ ├── protobuf-net.dll │ │ └── protobuf-net.dll.meta │ ├── cclicense.txt │ └── cclicense.txt.meta ├── CSharp70Support │ ├── CSharpCompilerWrapper.exe │ ├── CSharpVNextSupport.unitypackage │ ├── Roslyn │ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll │ │ ├── Microsoft.CSharp.Core.targets │ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll │ │ ├── Microsoft.CodeAnalysis.CSharp.dll │ │ ├── Microsoft.CodeAnalysis.Scripting.dll │ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll │ │ ├── Microsoft.CodeAnalysis.dll │ │ ├── Microsoft.DiaSymReader.Native.amd64.dll │ │ ├── Microsoft.DiaSymReader.Native.x86.dll │ │ ├── Microsoft.VisualBasic.Core.targets │ │ ├── Microsoft.Win32.Primitives.dll │ │ ├── Mono.Cecil.dll │ │ ├── Mono.CompilerServices.SymbolWriter.dll │ │ ├── System.AppContext.dll │ │ ├── System.Collections.Immutable.dll │ │ ├── System.Console.dll │ │ ├── System.Diagnostics.FileVersionInfo.dll │ │ ├── System.Diagnostics.Process.dll │ │ ├── System.Diagnostics.StackTrace.dll │ │ ├── System.IO.Compression.dll │ │ ├── System.IO.FileSystem.DriveInfo.dll │ │ ├── System.IO.FileSystem.Primitives.dll │ │ ├── System.IO.FileSystem.dll │ │ ├── System.IO.Pipes.AccessControl.dll │ │ ├── System.IO.Pipes.dll │ │ ├── System.Reflection.Metadata.dll │ │ ├── System.Security.AccessControl.dll │ │ ├── System.Security.Claims.dll │ │ ├── System.Security.Cryptography.Algorithms.dll │ │ ├── System.Security.Cryptography.Encoding.dll │ │ ├── System.Security.Cryptography.Primitives.dll │ │ ├── System.Security.Cryptography.X509Certificates.dll │ │ ├── System.Security.Principal.Windows.dll │ │ ├── System.Text.Encoding.CodePages.dll │ │ ├── System.Threading.Thread.dll │ │ ├── System.ValueTuple.dll │ │ ├── System.Xml.ReaderWriter.dll │ │ ├── System.Xml.XPath.XDocument.dll │ │ ├── System.Xml.XPath.dll │ │ ├── System.Xml.XmlDocument.dll │ │ ├── VBCSCompiler.exe │ │ ├── VBCSCompiler.exe.config │ │ ├── csc.exe │ │ ├── csc.exe.config │ │ ├── csc.rsp │ │ ├── csi.exe │ │ ├── csi.exe.config │ │ ├── csi.rsp │ │ ├── pdb2mdb.exe │ │ ├── vbc.exe │ │ ├── vbc.exe.config │ │ └── vbc.rsp │ ├── langVersion.txt │ ├── ngen install.cmd │ ├── ngen uninstall.cmd │ ├── readme.txt │ └── unityVersion.txt ├── IFPS.csproj ├── IFPS.sln ├── Library │ ├── AnnotationManager │ ├── AssetImportState │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout.dwlt │ ├── CurrentMaximizeLayout.dwlt │ ├── EditorUserBuildSettings.asset │ ├── EditorUserSettings.asset │ ├── InspectorExpandedItems.asset │ ├── LastSceneManagerSetup.txt │ ├── LibraryFormatVersion.txt │ ├── MonoManager.asset │ ├── ProjectSettings.asset │ ├── ScriptAssemblies │ │ ├── Assembly-CSharp.dll │ │ ├── Assembly-CSharp.dll.mdb │ │ ├── Assembly-CSharp.pdb │ │ └── BuiltinAssemblies.stamp │ ├── ScriptMapper │ ├── ShaderCache.db │ ├── ShaderCache │ │ ├── 1 │ │ │ ├── 1081a244abfe2c53d6837e1d430fd82b.bin │ │ │ ├── 169785a86726a82ea70eb9234fb30234.bin │ │ │ ├── 1c7ed1727f363ca575c4e4fad01836e3.bin │ │ │ ├── 1d99b698aae2db8f766251029d7ba1f8.bin │ │ │ └── 1efc6252e9474ddb295e0995319cfadd.bin │ │ ├── 2 │ │ │ ├── 2506cc1744df364cfed92d3305f307dc.bin │ │ │ └── 2a7dba49c809dcfe1bb13ff2909516d9.bin │ │ ├── 3 │ │ │ ├── 303cafc81dadaed5bb0d6944d29972b0.bin │ │ │ ├── 348fad0bae37cd4888facc6028ce339f.bin │ │ │ ├── 3d3ae902e0c3bf89c784c0f0e22fd76e.bin │ │ │ └── 3fae34bc1110c7bb5a66791179ee0cd7.bin │ │ ├── 4 │ │ │ └── 4e40a25a1b78714dcf9d9b46460ad876.bin │ │ ├── 5 │ │ │ ├── 5251b53302b44dc7d5b6b08146a4e150.bin │ │ │ ├── 5c24ea9e8573a9e94dd61a2d0d399a8e.bin │ │ │ └── 5fc1a73df3e7412b1918712426388655.bin │ │ ├── 7 │ │ │ ├── 71c36516990862548a85c5f2ad910b6f.bin │ │ │ ├── 71f3e5cf40af9213c916ef0b56c6316a.bin │ │ │ └── 79458195540a642a42d8afad8d09e7e5.bin │ │ ├── 8 │ │ │ ├── 82ad14a10b072134a00f2efbbcdd9505.bin │ │ │ └── 836d857a6ee863c8638ef9ae754616fe.bin │ │ ├── 9 │ │ │ ├── 9078664f9ab941b76f9b09b01b71378b.bin │ │ │ ├── 919876937b76b8a0851cc42257a676dd.bin │ │ │ ├── 963e534cad198e95d06e7327bb37ddd3.bin │ │ │ └── 98b5b9e380f0f1355c185508d4a0cde1.bin │ │ ├── a │ │ │ └── a712bf72ca7b2ec753b679e00be39ff1.bin │ │ └── f │ │ │ └── f44b38be3f0a2711dbdfb08b4e1a8c6f.bin │ ├── SpriteAtlasDatabase.asset │ ├── TilemapEditorUserSettings.asset │ ├── assetDatabase3 │ ├── expandedItems │ ├── metadata │ │ ├── 10 │ │ │ ├── 10bf81265ad87424d946598c575f45a0 │ │ │ └── 10bf81265ad87424d946598c575f45a0.info │ │ ├── 12 │ │ │ ├── 12fd8a0055b84bb59e84c9835a37e333 │ │ │ └── 12fd8a0055b84bb59e84c9835a37e333.info │ │ ├── 13 │ │ │ ├── 1322fd896bbb15bb6e335591b766ae62 │ │ │ └── 1322fd896bbb15bb6e335591b766ae62.info │ │ ├── 14 │ │ │ ├── 1453ae803492d424fa9abd69d3f9f2ca │ │ │ └── 1453ae803492d424fa9abd69d3f9f2ca.info │ │ ├── 15 │ │ │ ├── 15a38c49b4652ca4bbced205733315c7 │ │ │ ├── 15a38c49b4652ca4bbced205733315c7.info │ │ │ ├── 15be9c691b85a41a39c18beeff87e21b │ │ │ ├── 15be9c691b85a41a39c18beeff87e21b.info │ │ │ ├── 15bf9c691b85b41a39c18bee2f87e21b │ │ │ └── 15bf9c691b85b41a39c18bee2f87e21b.info │ │ ├── 18 │ │ │ ├── 18f11fea883b241428d06199bb86f46e │ │ │ └── 18f11fea883b241428d06199bb86f46e.info │ │ ├── 20 │ │ │ ├── 2055fe0e7fc7f9e4aaa50947bd18d6e4 │ │ │ └── 2055fe0e7fc7f9e4aaa50947bd18d6e4.info │ │ ├── 21 │ │ │ ├── 21eff446d50eaf44a85985cd4c0b6fa1 │ │ │ └── 21eff446d50eaf44a85985cd4c0b6fa1.info │ │ ├── 22 │ │ │ ├── 220224b43fc464c28bc0e8de8f54a432 │ │ │ ├── 220224b43fc464c28bc0e8de8f54a432.info │ │ │ ├── 224ede67b4f3a4109bfec4d5cb161b05 │ │ │ ├── 224ede67b4f3a4109bfec4d5cb161b05.info │ │ │ ├── 22798fe40fe58824394ac6f30e68522e │ │ │ └── 22798fe40fe58824394ac6f30e68522e.info │ │ ├── 24 │ │ │ ├── 244b9b5b3a9d08c44b5105a4ba02bf3d │ │ │ └── 244b9b5b3a9d08c44b5105a4ba02bf3d.info │ │ ├── 26 │ │ │ ├── 2682a692a2be7e14e901a738c7806da0 │ │ │ └── 2682a692a2be7e14e901a738c7806da0.info │ │ ├── 31 │ │ │ ├── 311261ebe5830b4469d73d922f6e5bcb │ │ │ └── 311261ebe5830b4469d73d922f6e5bcb.info │ │ ├── 32 │ │ │ ├── 32188fd89022c154c81befa2f0e00be0 │ │ │ ├── 32188fd89022c154c81befa2f0e00be0.info │ │ │ ├── 328cc881519068e4eb7db4bb907ad2d9 │ │ │ └── 328cc881519068e4eb7db4bb907ad2d9.info │ │ ├── 35 │ │ │ ├── 359d1fc1dbd8a48448e02380d18ae3b1 │ │ │ ├── 359d1fc1dbd8a48448e02380d18ae3b1.info │ │ │ ├── 35dcf22dcf47fd643b959eec0db91149 │ │ │ └── 35dcf22dcf47fd643b959eec0db91149.info │ │ ├── 36 │ │ │ ├── 36e8bb3feb5e6402185947b817a6ed8d │ │ │ └── 36e8bb3feb5e6402185947b817a6ed8d.info │ │ ├── 37 │ │ │ ├── 374f5c70dd80e424883045f0d1d55cff │ │ │ └── 374f5c70dd80e424883045f0d1d55cff.info │ │ ├── 38 │ │ │ ├── 38c8faf1788024c02930a0c68a6e0edc │ │ │ └── 38c8faf1788024c02930a0c68a6e0edc.info │ │ ├── 39 │ │ │ ├── 3912e3553f0a4cd44bda3f00894da5c1 │ │ │ └── 3912e3553f0a4cd44bda3f00894da5c1.info │ │ ├── 40 │ │ │ ├── 40421632bcf16404da522264bedb32e0 │ │ │ ├── 40421632bcf16404da522264bedb32e0.info │ │ │ ├── 405b9b51bb344a128608d968297df79c │ │ │ └── 405b9b51bb344a128608d968297df79c.info │ │ ├── 41 │ │ │ ├── 4113173d5e95493ab8765d7b08371de4 │ │ │ └── 4113173d5e95493ab8765d7b08371de4.info │ │ ├── 42 │ │ │ ├── 423faf62ed6903447947364212c7f62e │ │ │ └── 423faf62ed6903447947364212c7f62e.info │ │ ├── 43 │ │ │ ├── 43cad0ccaaf09234ea1afcde657abd51 │ │ │ └── 43cad0ccaaf09234ea1afcde657abd51.info │ │ ├── 44 │ │ │ ├── 44f39a74ca5ee4bf5936b17e901f251c │ │ │ └── 44f39a74ca5ee4bf5936b17e901f251c.info │ │ ├── 45 │ │ │ ├── 453f100e6bdae4dfd9e655927819dc85 │ │ │ └── 453f100e6bdae4dfd9e655927819dc85.info │ │ ├── 48 │ │ │ ├── 481e235a7674cc444ae7e7d94515f0aa │ │ │ ├── 481e235a7674cc444ae7e7d94515f0aa.info │ │ │ ├── 48986928cc2a449dbaecdd1654bc9bf6 │ │ │ └── 48986928cc2a449dbaecdd1654bc9bf6.info │ │ ├── 49 │ │ │ ├── 49f5766d0d4954f44b85d4bbd7131677 │ │ │ └── 49f5766d0d4954f44b85d4bbd7131677.info │ │ ├── 50 │ │ │ ├── 50be888a983a3bf48b4e511b622d1d3b │ │ │ └── 50be888a983a3bf48b4e511b622d1d3b.info │ │ ├── 51 │ │ │ ├── 510d1d319d2754ea4a47c6dd8c421ea0 │ │ │ ├── 510d1d319d2754ea4a47c6dd8c421ea0.info │ │ │ ├── 517af1b5b81b93b43b9745d58f017562 │ │ │ ├── 517af1b5b81b93b43b9745d58f017562.info │ │ │ ├── 51f900d9e7e96a04dbff73620645b21f │ │ │ └── 51f900d9e7e96a04dbff73620645b21f.info │ │ ├── 52 │ │ │ ├── 52eb01c5518e7d94caf9f6a4c95391f6 │ │ │ ├── 52eb01c5518e7d94caf9f6a4c95391f6.info │ │ │ ├── 52eda02464a799647b74d3134bbf7524 │ │ │ └── 52eda02464a799647b74d3134bbf7524.info │ │ ├── 53 │ │ │ ├── 5306e1509c9fb1843949643336895b6f │ │ │ ├── 5306e1509c9fb1843949643336895b6f.info │ │ │ ├── 53a175f27b808e74eb7713e215525938 │ │ │ ├── 53a175f27b808e74eb7713e215525938.info │ │ │ ├── 53ebcfaa2e1e4e2dbc85882cd5a73fa1 │ │ │ └── 53ebcfaa2e1e4e2dbc85882cd5a73fa1.info │ │ ├── 54 │ │ │ ├── 54109f4521bdf114bad3289751b7b731 │ │ │ └── 54109f4521bdf114bad3289751b7b731.info │ │ ├── 55 │ │ │ ├── 55bf317f1e50d074a970940a071f743d │ │ │ └── 55bf317f1e50d074a970940a071f743d.info │ │ ├── 56 │ │ │ ├── 563a62c4da94b964fb042518d50f3a05 │ │ │ └── 563a62c4da94b964fb042518d50f3a05.info │ │ ├── 57 │ │ │ ├── 570875517fb77984b87cd3bcc77042d5 │ │ │ ├── 570875517fb77984b87cd3bcc77042d5.info │ │ │ ├── 5782f9e9e6e0bb94bac99aeea24814fc │ │ │ └── 5782f9e9e6e0bb94bac99aeea24814fc.info │ │ ├── 62 │ │ │ ├── 62772aad98ed04f0d955b7d20de61f7f │ │ │ └── 62772aad98ed04f0d955b7d20de61f7f.info │ │ ├── 63 │ │ │ ├── 633efd004f5ba9e4da877f18e73b6411 │ │ │ └── 633efd004f5ba9e4da877f18e73b6411.info │ │ ├── 65 │ │ │ ├── 6572fb060b35dd640a4d9b7dcb4d05ca │ │ │ ├── 6572fb060b35dd640a4d9b7dcb4d05ca.info │ │ │ ├── 6597c6ea86d36477081342001145d8d9 │ │ │ ├── 6597c6ea86d36477081342001145d8d9.info │ │ │ ├── 65dddf67f5384bc419fe91eb29d78120 │ │ │ └── 65dddf67f5384bc419fe91eb29d78120.info │ │ ├── 66 │ │ │ ├── 663f4947a3c4aa842b4ce35c87552f7d │ │ │ └── 663f4947a3c4aa842b4ce35c87552f7d.info │ │ ├── 67 │ │ │ ├── 67853725c30178b40af8a216db03a18d │ │ │ ├── 67853725c30178b40af8a216db03a18d.info │ │ │ ├── 67bed2e0d49990647a6b15ab6d51cc99 │ │ │ └── 67bed2e0d49990647a6b15ab6d51cc99.info │ │ ├── 69 │ │ │ ├── 6981461fe431401459211818212a29cf │ │ │ └── 6981461fe431401459211818212a29cf.info │ │ ├── 70 │ │ │ ├── 70073cfadf9f7e54c8b2eb1b7fc62c6d │ │ │ ├── 70073cfadf9f7e54c8b2eb1b7fc62c6d.info │ │ │ ├── 707ac611c20af8e418b53e2404448a8a │ │ │ └── 707ac611c20af8e418b53e2404448a8a.info │ │ ├── 73 │ │ │ ├── 735136740e3fc5543875fd5f4a489ecc │ │ │ ├── 735136740e3fc5543875fd5f4a489ecc.info │ │ │ ├── 739d9a3e14ef8ab449aff5ed3c92bafd │ │ │ └── 739d9a3e14ef8ab449aff5ed3c92bafd.info │ │ ├── 74 │ │ │ ├── 74467072d4d1e7b4aba8e9f3bb5e614c │ │ │ └── 74467072d4d1e7b4aba8e9f3bb5e614c.info │ │ ├── 75 │ │ │ ├── 75799de484ac4f4cadc268d2cbea830a │ │ │ └── 75799de484ac4f4cadc268d2cbea830a.info │ │ ├── 76 │ │ │ ├── 76349cec627454d3a80423a2eeaf0e63 │ │ │ ├── 76349cec627454d3a80423a2eeaf0e63.info │ │ │ ├── 7668179ede524d6396c8b7d84461ea29 │ │ │ ├── 7668179ede524d6396c8b7d84461ea29.info │ │ │ ├── 76712120196021c48878e0dc5cda4ff2 │ │ │ ├── 76712120196021c48878e0dc5cda4ff2.info │ │ │ ├── 76799548defc36b4197d08efb043d607 │ │ │ ├── 76799548defc36b4197d08efb043d607.info │ │ │ ├── 768ea5e8edda24f43a6040436f0b363f │ │ │ └── 768ea5e8edda24f43a6040436f0b363f.info │ │ ├── 79 │ │ │ ├── 7927683d1fc5848b5abfb54ebb1028ec │ │ │ └── 7927683d1fc5848b5abfb54ebb1028ec.info │ │ ├── 80 │ │ │ ├── 80a3616ca19596e4da0f10f14d241e9f │ │ │ └── 80a3616ca19596e4da0f10f14d241e9f.info │ │ ├── 84 │ │ │ ├── 8406f5baaae5ec841af61a02d2b2d2c3 │ │ │ ├── 8406f5baaae5ec841af61a02d2b2d2c3.info │ │ │ ├── 844f815391db42d49455cbf1a7bfc434 │ │ │ ├── 844f815391db42d49455cbf1a7bfc434.info │ │ │ ├── 845ecb98bb0751942a3031a53c4e337f │ │ │ ├── 845ecb98bb0751942a3031a53c4e337f.info │ │ │ ├── 84aec3c9054b3402293139f2c0bc1029 │ │ │ ├── 84aec3c9054b3402293139f2c0bc1029.info │ │ │ ├── 84ca94c19f25ae14d83aa41bb3654390 │ │ │ └── 84ca94c19f25ae14d83aa41bb3654390.info │ │ ├── 85 │ │ │ ├── 853158beeec8eb046bd7c5c233e23be5 │ │ │ ├── 853158beeec8eb046bd7c5c233e23be5.info │ │ │ ├── 85daca3f64965e648a9b2816abd2a82a │ │ │ ├── 85daca3f64965e648a9b2816abd2a82a.info │ │ │ ├── 85f8923b1ba9dbe4e95a91306ad3955d │ │ │ └── 85f8923b1ba9dbe4e95a91306ad3955d.info │ │ ├── 86 │ │ │ ├── 866610c87044d394ba3c603cc21458f2 │ │ │ ├── 866610c87044d394ba3c603cc21458f2.info │ │ │ ├── 86c008322e7c647149878156c5b81940 │ │ │ ├── 86c008322e7c647149878156c5b81940.info │ │ │ ├── 86c18994495874297b469aaa57ef9b44 │ │ │ └── 86c18994495874297b469aaa57ef9b44.info │ │ ├── 87 │ │ │ ├── 870353891bb340e2b2a9c8707e7419ba │ │ │ └── 870353891bb340e2b2a9c8707e7419ba.info │ │ ├── 88 │ │ │ ├── 884f8f0e4025a420893d3a8d1d3063e1 │ │ │ ├── 884f8f0e4025a420893d3a8d1d3063e1.info │ │ │ ├── 88db4b062a0df424ca9b3c7e16036d24 │ │ │ └── 88db4b062a0df424ca9b3c7e16036d24.info │ │ ├── 89 │ │ │ ├── 89846832887891447bedd6d3451cf6a7 │ │ │ └── 89846832887891447bedd6d3451cf6a7.info │ │ ├── 90 │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01 │ │ │ ├── 9078b7128e594410d9b89e5b24cffd01.info │ │ │ ├── 90791303b72ec4ae198f99d637dfdf6c │ │ │ └── 90791303b72ec4ae198f99d637dfdf6c.info │ │ ├── 91 │ │ │ ├── 91ae0a8442c812541b967c19c7831e3c │ │ │ └── 91ae0a8442c812541b967c19c7831e3c.info │ │ ├── 92 │ │ │ ├── 92b9f71e918afe34ea816892f1f30f09 │ │ │ └── 92b9f71e918afe34ea816892f1f30f09.info │ │ ├── 93 │ │ │ ├── 93337ada5d681bc4686438f0bdc8b111 │ │ │ └── 93337ada5d681bc4686438f0bdc8b111.info │ │ ├── 94 │ │ │ ├── 94c98fc8a44c4734b882fa598a4d50f6 │ │ │ └── 94c98fc8a44c4734b882fa598a4d50f6.info │ │ ├── 96 │ │ │ ├── 962c6ab4918668642a7380fecefedfd8 │ │ │ └── 962c6ab4918668642a7380fecefedfd8.info │ │ ├── 99 │ │ │ ├── 99ddb49592ff84811804420a1910cb89 │ │ │ └── 99ddb49592ff84811804420a1910cb89.info │ │ ├── 00 │ │ │ ├── 00000000000000001000000000000000 │ │ │ ├── 00000000000000001000000000000000.info │ │ │ ├── 00000000000000002000000000000000 │ │ │ ├── 00000000000000002000000000000000.info │ │ │ ├── 00000000000000003000000000000000 │ │ │ ├── 00000000000000003000000000000000.info │ │ │ ├── 00000000000000004000000000000000 │ │ │ ├── 00000000000000004000000000000000.info │ │ │ ├── 00000000000000004100000000000000 │ │ │ ├── 00000000000000004100000000000000.info │ │ │ ├── 00000000000000005000000000000000 │ │ │ ├── 00000000000000005000000000000000.info │ │ │ ├── 00000000000000005100000000000000 │ │ │ ├── 00000000000000005100000000000000.info │ │ │ ├── 00000000000000006000000000000000 │ │ │ ├── 00000000000000006000000000000000.info │ │ │ ├── 00000000000000006100000000000000 │ │ │ ├── 00000000000000006100000000000000.info │ │ │ ├── 00000000000000007000000000000000 │ │ │ ├── 00000000000000007000000000000000.info │ │ │ ├── 00000000000000007100000000000000 │ │ │ ├── 00000000000000007100000000000000.info │ │ │ ├── 00000000000000008000000000000000 │ │ │ ├── 00000000000000008000000000000000.info │ │ │ ├── 00000000000000009000000000000000 │ │ │ ├── 00000000000000009000000000000000.info │ │ │ ├── 0000000000000000a000000000000000 │ │ │ ├── 0000000000000000a000000000000000.info │ │ │ ├── 0000000000000000a100000000000000 │ │ │ ├── 0000000000000000a100000000000000.info │ │ │ ├── 0000000000000000b000000000000000 │ │ │ ├── 0000000000000000b000000000000000.info │ │ │ ├── 0000000000000000c000000000000000 │ │ │ ├── 0000000000000000c000000000000000.info │ │ │ ├── 003e9b72c7e07e14b978183e5ac296e4 │ │ │ └── 003e9b72c7e07e14b978183e5ac296e4.info │ │ ├── 02 │ │ │ ├── 028d07516157cda4c9aa0c9d2290ca90 │ │ │ └── 028d07516157cda4c9aa0c9d2290ca90.info │ │ ├── 05 │ │ │ ├── 059cf5b2529243d4fbd6970754c1ca6c │ │ │ ├── 059cf5b2529243d4fbd6970754c1ca6c.info │ │ │ ├── 05b07e1e3650f8846b715bd86c97809c │ │ │ ├── 05b07e1e3650f8846b715bd86c97809c.info │ │ │ ├── 05b71a041e0fc1347ac8fff2282aed75 │ │ │ └── 05b71a041e0fc1347ac8fff2282aed75.info │ │ ├── 06 │ │ │ ├── 0621b4aab2236437592f1f292cb81d20 │ │ │ ├── 0621b4aab2236437592f1f292cb81d20.info │ │ │ ├── 062afac3353cfc942b4bde211923c113 │ │ │ └── 062afac3353cfc942b4bde211923c113.info │ │ ├── 07 │ │ │ ├── 07b30d0c200a0404a91f431996b6d13a │ │ │ └── 07b30d0c200a0404a91f431996b6d13a.info │ │ ├── 08 │ │ │ ├── 0844993a792b2874ea2680b3f33cc274 │ │ │ ├── 0844993a792b2874ea2680b3f33cc274.info │ │ │ ├── 0899ef23effb31a4a9dabd714412e4e1 │ │ │ └── 0899ef23effb31a4a9dabd714412e4e1.info │ │ ├── 0c │ │ │ ├── 0cb4b3f4eb49beb4393a3e555a02d4cc │ │ │ └── 0cb4b3f4eb49beb4393a3e555a02d4cc.info │ │ ├── 0d │ │ │ ├── 0d3bb855445e36e479c85976fc88383a │ │ │ └── 0d3bb855445e36e479c85976fc88383a.info │ │ ├── 1a │ │ │ ├── 1a63970df69b4a847a2f94330b5130bb │ │ │ └── 1a63970df69b4a847a2f94330b5130bb.info │ │ ├── 1b │ │ │ ├── 1b32bcce201b4494ea8848326290c5d5 │ │ │ └── 1b32bcce201b4494ea8848326290c5d5.info │ │ ├── 1c │ │ │ ├── 1c1cffb55a781ad4ab89e6823b9777c0 │ │ │ ├── 1c1cffb55a781ad4ab89e6823b9777c0.info │ │ │ ├── 1c4a1867c4878194ca1d763583aee77d │ │ │ ├── 1c4a1867c4878194ca1d763583aee77d.info │ │ │ ├── 1c6d1fbb51834b64847b1b73a75bfc77 │ │ │ └── 1c6d1fbb51834b64847b1b73a75bfc77.info │ │ ├── 2b │ │ │ ├── 2b2292b0fa30bc546b79162f4fb0b889 │ │ │ ├── 2b2292b0fa30bc546b79162f4fb0b889.info │ │ │ ├── 2bcd8406c47ca734ab0ebc67c25c8ba0 │ │ │ └── 2bcd8406c47ca734ab0ebc67c25c8ba0.info │ │ ├── 2d │ │ │ ├── 2d4d46c70fdd242668a56e99799e8540 │ │ │ └── 2d4d46c70fdd242668a56e99799e8540.info │ │ ├── 2e │ │ │ ├── 2e7135b323e7bcc4aac9cb81b269480e │ │ │ ├── 2e7135b323e7bcc4aac9cb81b269480e.info │ │ │ ├── 2e86394a0e8a4fa4faa5d397f4dd1205 │ │ │ └── 2e86394a0e8a4fa4faa5d397f4dd1205.info │ │ ├── 2f │ │ │ ├── 2fe3476eabbbb6c448e6b55a2cc471f5 │ │ │ ├── 2fe3476eabbbb6c448e6b55a2cc471f5.info │ │ │ ├── 2fe35a8094dd12f4187f229578d1a49f │ │ │ └── 2fe35a8094dd12f4187f229578d1a49f.info │ │ ├── 3a │ │ │ ├── 3a84de5cd0624681b6b6dcd8921d912a │ │ │ └── 3a84de5cd0624681b6b6dcd8921d912a.info │ │ ├── 3b │ │ │ ├── 3bb7382f19742e143966406f13ce87ca │ │ │ └── 3bb7382f19742e143966406f13ce87ca.info │ │ ├── 3c │ │ │ ├── 3cebe1a96232b44388b30b2f72dde434 │ │ │ └── 3cebe1a96232b44388b30b2f72dde434.info │ │ ├── 3d │ │ │ ├── 3d3681bc956bae34aae6e1851336bbec │ │ │ └── 3d3681bc956bae34aae6e1851336bbec.info │ │ ├── 3e │ │ │ ├── 3e78e9f22655d7a4bbfd5291a4235f57 │ │ │ └── 3e78e9f22655d7a4bbfd5291a4235f57.info │ │ ├── 3f │ │ │ ├── 3fbef7bf0fcc1db4aa6880188fe41d1d │ │ │ └── 3fbef7bf0fcc1db4aa6880188fe41d1d.info │ │ ├── 4a │ │ │ ├── 4a3ecb1425d14502837abea459cf2b70 │ │ │ ├── 4a3ecb1425d14502837abea459cf2b70.info │ │ │ ├── 4ab13c18e02aac34397c0de0575e4d08 │ │ │ └── 4ab13c18e02aac34397c0de0575e4d08.info │ │ ├── 4b │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8 │ │ │ ├── 4b3fa4bde7f1451a8218c03ee6a8ded8.info │ │ │ ├── 4b834d39adc5f554f9b6f9e9679d5e5a │ │ │ ├── 4b834d39adc5f554f9b6f9e9679d5e5a.info │ │ │ ├── 4ba2329b63d54f0187bcaa12486b1b0f │ │ │ └── 4ba2329b63d54f0187bcaa12486b1b0f.info │ │ ├── 4c │ │ │ ├── 4c5c0bbb8bdd1a8478e7d21a17d574cc │ │ │ ├── 4c5c0bbb8bdd1a8478e7d21a17d574cc.info │ │ │ ├── 4c6fe94acbb24417c988bab18cbd5209 │ │ │ ├── 4c6fe94acbb24417c988bab18cbd5209.info │ │ │ ├── 4c8914d5dd54d0649af164ee95227076 │ │ │ └── 4c8914d5dd54d0649af164ee95227076.info │ │ ├── 4d │ │ │ ├── 4d13ea846cf4ec34a90b1c2a6e0c1463 │ │ │ └── 4d13ea846cf4ec34a90b1c2a6e0c1463.info │ │ ├── 4e │ │ │ ├── 4e7c9ab97e5884e4eaa5967e9024f39c │ │ │ └── 4e7c9ab97e5884e4eaa5967e9024f39c.info │ │ ├── 4f │ │ │ ├── 4f234578336894dc081edf696f2ff5f2 │ │ │ └── 4f234578336894dc081edf696f2ff5f2.info │ │ ├── 5a │ │ │ ├── 5a0f3b37c584e2647a8ef2940a08be8a │ │ │ ├── 5a0f3b37c584e2647a8ef2940a08be8a.info │ │ │ ├── 5aa8e3cc50273bb41a5180e041e54a7e │ │ │ └── 5aa8e3cc50273bb41a5180e041e54a7e.info │ │ ├── 5f │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7 │ │ │ ├── 5f32cd94baa94578a686d4b9d6b660f7.info │ │ │ ├── 5fddeecef08be884686bfcb23aa9200f │ │ │ └── 5fddeecef08be884686bfcb23aa9200f.info │ │ ├── 6a │ │ │ ├── 6a10b2909283487f913b00d94cd3faf5 │ │ │ └── 6a10b2909283487f913b00d94cd3faf5.info │ │ ├── 6c │ │ │ ├── 6c082f4eae1fa04418d99cdb4039dc58 │ │ │ ├── 6c082f4eae1fa04418d99cdb4039dc58.info │ │ │ ├── 6c0e665a087c8884cac4189a48929c62 │ │ │ ├── 6c0e665a087c8884cac4189a48929c62.info │ │ │ ├── 6c67ab867c8363a47a51863e49d0dca0 │ │ │ └── 6c67ab867c8363a47a51863e49d0dca0.info │ │ ├── 6d │ │ │ ├── 6d5baef786992244686a300eb256eb4c │ │ │ ├── 6d5baef786992244686a300eb256eb4c.info │ │ │ ├── 6d9358e500f5af0488838fd87ede10fb │ │ │ └── 6d9358e500f5af0488838fd87ede10fb.info │ │ ├── 6e │ │ │ ├── 6e2d4a00426c31740b6d1176f86ed2ac │ │ │ ├── 6e2d4a00426c31740b6d1176f86ed2ac.info │ │ │ ├── 6e7c8cfeedae74eb3a562055e069e441 │ │ │ ├── 6e7c8cfeedae74eb3a562055e069e441.info │ │ │ ├── 6ede66ede74cea446b2f75d7d955d87e │ │ │ └── 6ede66ede74cea446b2f75d7d955d87e.info │ │ ├── 7a │ │ │ ├── 7a365a0f8ae45df499d294421b98d469 │ │ │ └── 7a365a0f8ae45df499d294421b98d469.info │ │ ├── 7b │ │ │ ├── 7b74bce82bd11f8478f5b7e15dd741a0 │ │ │ ├── 7b74bce82bd11f8478f5b7e15dd741a0.info │ │ │ ├── 7bb7adb9867605640bc8fcd8da34755a │ │ │ └── 7bb7adb9867605640bc8fcd8da34755a.info │ │ ├── 7c │ │ │ ├── 7c3a5d6e39b874f468b2691537168513 │ │ │ └── 7c3a5d6e39b874f468b2691537168513.info │ │ ├── 7f │ │ │ ├── 7fd5e77e7e7ea4eea8198138cd9cc814 │ │ │ ├── 7fd5e77e7e7ea4eea8198138cd9cc814.info │ │ │ ├── 7fdf92a9c0b683b4f90d6b248ac190e8 │ │ │ ├── 7fdf92a9c0b683b4f90d6b248ac190e8.info │ │ │ ├── 7fe502d0558e04e4a8ad5828f0be5449 │ │ │ └── 7fe502d0558e04e4a8ad5828f0be5449.info │ │ ├── 8c │ │ │ ├── 8c501bbd9da788a41a588ec2df4ab281 │ │ │ ├── 8c501bbd9da788a41a588ec2df4ab281.info │ │ │ ├── 8cbc1d2ce4d344d47a5441df3b30373b │ │ │ └── 8cbc1d2ce4d344d47a5441df3b30373b.info │ │ ├── 8e │ │ │ ├── 8e7066e382b0fc749b25dbb1a3004dfe │ │ │ ├── 8e7066e382b0fc749b25dbb1a3004dfe.info │ │ │ ├── 8e8a551e48ac4ad4088666705a40a431 │ │ │ └── 8e8a551e48ac4ad4088666705a40a431.info │ │ ├── 9b │ │ │ ├── 9b7fa700b5b3be044b78f055c4abec3c │ │ │ └── 9b7fa700b5b3be044b78f055c4abec3c.info │ │ ├── 9d │ │ │ ├── 9db35982d7c09f94fada4c56644be5d5 │ │ │ ├── 9db35982d7c09f94fada4c56644be5d5.info │ │ │ ├── 9de9e8523c82543c5b3e40a4b51aa2c9 │ │ │ └── 9de9e8523c82543c5b3e40a4b51aa2c9.info │ │ ├── 9f │ │ │ ├── 9f622451b43d7fa4b9a4b5db15ce1aef │ │ │ ├── 9f622451b43d7fa4b9a4b5db15ce1aef.info │ │ │ ├── 9fe20b1d834e4e846b49c763040ff06d │ │ │ └── 9fe20b1d834e4e846b49c763040ff06d.info │ │ ├── a0 │ │ │ ├── a07145c4f30b2274ca7348b393015e33 │ │ │ └── a07145c4f30b2274ca7348b393015e33.info │ │ ├── a1 │ │ │ ├── a14470371b66a814ab1d90971b6c7b89 │ │ │ └── a14470371b66a814ab1d90971b6c7b89.info │ │ ├── a2 │ │ │ ├── a258b091632d18847b125a1696243e19 │ │ │ ├── a258b091632d18847b125a1696243e19.info │ │ │ ├── a267a527381371340a1e3dde1a29c75d │ │ │ └── a267a527381371340a1e3dde1a29c75d.info │ │ ├── a3 │ │ │ ├── a342381d77833427fa10621e38fbae10 │ │ │ ├── a342381d77833427fa10621e38fbae10.info │ │ │ ├── a37e18887fa954edf92bc36bc353b879 │ │ │ └── a37e18887fa954edf92bc36bc353b879.info │ │ ├── a4 │ │ │ ├── a440872aa98917144a80ab25b4ca1d19 │ │ │ ├── a440872aa98917144a80ab25b4ca1d19.info │ │ │ ├── a4bf4488642cb4f46b07d6b5d3e0f626 │ │ │ └── a4bf4488642cb4f46b07d6b5d3e0f626.info │ │ ├── a5 │ │ │ ├── a5bbb81614e2a474aad217f8f0f51756 │ │ │ └── a5bbb81614e2a474aad217f8f0f51756.info │ │ ├── a6 │ │ │ ├── a63d1e0d766f17441ab4385caab37773 │ │ │ ├── a63d1e0d766f17441ab4385caab37773.info │ │ │ ├── a6842a74831964edc8fefa1c0aed89dc │ │ │ └── a6842a74831964edc8fefa1c0aed89dc.info │ │ ├── a8 │ │ │ ├── a8ca1cfc297ad6c4e94971da54771870 │ │ │ └── a8ca1cfc297ad6c4e94971da54771870.info │ │ ├── ac │ │ │ ├── ac1b649b1dd84594a8e0d42dc97aaade │ │ │ ├── ac1b649b1dd84594a8e0d42dc97aaade.info │ │ │ ├── ac905d86181cf6a4489d8ce45d9e458d │ │ │ └── ac905d86181cf6a4489d8ce45d9e458d.info │ │ ├── ad │ │ │ ├── ad1316e00c55aa44d8b28322993767d4 │ │ │ ├── ad1316e00c55aa44d8b28322993767d4.info │ │ │ ├── ad45aec20f4c54941b13a84a4eb984bc │ │ │ ├── ad45aec20f4c54941b13a84a4eb984bc.info │ │ │ ├── adab7787bd7d44c4a9d48b3aff189c47 │ │ │ ├── adab7787bd7d44c4a9d48b3aff189c47.info │ │ │ ├── adebbd281f1a4ef3a30be7f21937e02f │ │ │ └── adebbd281f1a4ef3a30be7f21937e02f.info │ │ ├── af │ │ │ ├── af47c477932df36428c014db8cca7aa2 │ │ │ └── af47c477932df36428c014db8cca7aa2.info │ │ ├── b1 │ │ │ ├── b14855b68da326d488ca686ae751a8b7 │ │ │ ├── b14855b68da326d488ca686ae751a8b7.info │ │ │ ├── b1ead2fbafb07d943afc614370febb61 │ │ │ └── b1ead2fbafb07d943afc614370febb61.info │ │ ├── b2 │ │ │ ├── b269d1a8291ed934da857fe29d9a5cb7 │ │ │ ├── b269d1a8291ed934da857fe29d9a5cb7.info │ │ │ ├── b2b1511df64ed204db441a80381627a0 │ │ │ ├── b2b1511df64ed204db441a80381627a0.info │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e │ │ │ ├── b2b693dffac3a4433b3114fea0b7fd4e.info │ │ │ ├── b2bead50dbf86924f8e51f03ddbebf70 │ │ │ └── b2bead50dbf86924f8e51f03ddbebf70.info │ │ ├── b3 │ │ │ ├── b32abd1c9d73a4cce8389f084ac12b11 │ │ │ └── b32abd1c9d73a4cce8389f084ac12b11.info │ │ ├── b5 │ │ │ ├── b52e557db2c2b4eebb10444f1d582029 │ │ │ ├── b52e557db2c2b4eebb10444f1d582029.info │ │ │ ├── b5da970776034f77a070d99423d68791 │ │ │ ├── b5da970776034f77a070d99423d68791.info │ │ │ ├── b5f4343795a0e4626ac1fe4a9e6fce59 │ │ │ └── b5f4343795a0e4626ac1fe4a9e6fce59.info │ │ ├── b8 │ │ │ ├── b8a0574e92bd43a59e19d6c3c6ae54c7 │ │ │ └── b8a0574e92bd43a59e19d6c3c6ae54c7.info │ │ ├── b9 │ │ │ ├── b9de549f5faf70844ba1933df86458ba │ │ │ └── b9de549f5faf70844ba1933df86458ba.info │ │ ├── ba │ │ │ ├── ba23d8def2e284b4a9c1a176cfcf219f │ │ │ └── ba23d8def2e284b4a9c1a176cfcf219f.info │ │ ├── bb │ │ │ ├── bbc9f86f57f1aa34eb3aab5d06bea459 │ │ │ ├── bbc9f86f57f1aa34eb3aab5d06bea459.info │ │ │ ├── bbd1369ea73b6ba4296050f386781e01 │ │ │ └── bbd1369ea73b6ba4296050f386781e01.info │ │ ├── bc │ │ │ ├── bcab36b11673b7944b676a5813e4d6f6 │ │ │ ├── bcab36b11673b7944b676a5813e4d6f6.info │ │ │ ├── bcb662c73502de84b9dbc87aeee5cd5b │ │ │ ├── bcb662c73502de84b9dbc87aeee5cd5b.info │ │ │ ├── bcd27da1c9ae94d2cafe094482a20792 │ │ │ └── bcd27da1c9ae94d2cafe094482a20792.info │ │ ├── be │ │ │ ├── bef5de1cd56da2a4e9eeab53cced6162 │ │ │ └── bef5de1cd56da2a4e9eeab53cced6162.info │ │ ├── bf │ │ │ ├── bf0d30027ca5b76419455da1632fe41e │ │ │ └── bf0d30027ca5b76419455da1632fe41e.info │ │ ├── c2 │ │ │ ├── c2f3b7957b9130e41b27aa2da3429ca6 │ │ │ └── c2f3b7957b9130e41b27aa2da3429ca6.info │ │ ├── c3 │ │ │ ├── c3b54ef019dc6e64fa9d00bb5044d438 │ │ │ └── c3b54ef019dc6e64fa9d00bb5044d438.info │ │ ├── c4 │ │ │ ├── c452c88a87f3d48ae945e7bcf1b4a6ba │ │ │ ├── c452c88a87f3d48ae945e7bcf1b4a6ba.info │ │ │ ├── c49fe0832dfcd8c42b325ddfd308db25 │ │ │ ├── c49fe0832dfcd8c42b325ddfd308db25.info │ │ │ ├── c4ed516c4a65d8d42ae1e2e0733ab64d │ │ │ └── c4ed516c4a65d8d42ae1e2e0733ab64d.info │ │ ├── c5 │ │ │ ├── c5ba7626a737840ff88a3bd84b100482 │ │ │ └── c5ba7626a737840ff88a3bd84b100482.info │ │ ├── c6 │ │ │ ├── c6893468701f67542b260de2d4417d48 │ │ │ └── c6893468701f67542b260de2d4417d48.info │ │ ├── c7 │ │ │ ├── c700696490f7dff4ca9b44af2b1448c2 │ │ │ ├── c700696490f7dff4ca9b44af2b1448c2.info │ │ │ ├── c768acbc9cf24d398488bb4c93b91288 │ │ │ ├── c768acbc9cf24d398488bb4c93b91288.info │ │ │ ├── c79db2bca080ecb4fa9b23bf15a8c0b3 │ │ │ └── c79db2bca080ecb4fa9b23bf15a8c0b3.info │ │ ├── c9 │ │ │ ├── c99bfe4fc4e5c4dc3917c14075acd117 │ │ │ └── c99bfe4fc4e5c4dc3917c14075acd117.info │ │ ├── cc │ │ │ ├── cc1b50b5501f748da8bec762294d9136 │ │ │ ├── cc1b50b5501f748da8bec762294d9136.info │ │ │ ├── cc7a0a520721e99498342dc8e9ba5d31 │ │ │ └── cc7a0a520721e99498342dc8e9ba5d31.info │ │ ├── ce │ │ │ ├── ce4395ccdb12cf62fca756358be1a892 │ │ │ ├── ce4395ccdb12cf62fca756358be1a892.info │ │ │ ├── cedf358bed651844686092901843d818 │ │ │ └── cedf358bed651844686092901843d818.info │ │ ├── cf │ │ │ ├── cfc67079e86545141b55dd4277952e4a │ │ │ └── cfc67079e86545141b55dd4277952e4a.info │ │ ├── d0 │ │ │ ├── d05b96cee66e14240838de167097537a │ │ │ ├── d05b96cee66e14240838de167097537a.info │ │ │ ├── d08c17c1e7961ed46886fdb93f1f1a5b │ │ │ └── d08c17c1e7961ed46886fdb93f1f1a5b.info │ │ ├── d1 │ │ │ ├── d10266c492fae334ba9d8204dfb205ab │ │ │ ├── d10266c492fae334ba9d8204dfb205ab.info │ │ │ ├── d16a14fa0fe59434bbcb9e201904d490 │ │ │ ├── d16a14fa0fe59434bbcb9e201904d490.info │ │ │ ├── d1c1a2d988f5148fd9ab17b2460d271e │ │ │ └── d1c1a2d988f5148fd9ab17b2460d271e.info │ │ ├── d3 │ │ │ ├── d33d54853fd0f48e0ac8a63ea91e6626 │ │ │ └── d33d54853fd0f48e0ac8a63ea91e6626.info │ │ ├── d6 │ │ │ ├── d606ec881485c2045b325490fff5ce3b │ │ │ ├── d606ec881485c2045b325490fff5ce3b.info │ │ │ ├── d607a67dc772b484da060e66a3d61a4e │ │ │ └── d607a67dc772b484da060e66a3d61a4e.info │ │ ├── d8 │ │ │ ├── d85d63b68703fd64c9e52d020fbf3a29 │ │ │ ├── d85d63b68703fd64c9e52d020fbf3a29.info │ │ │ ├── d8b493c0222bfd7479664d439c015307 │ │ │ └── d8b493c0222bfd7479664d439c015307.info │ │ ├── d9 │ │ │ ├── d91035c548f23744c9bfb107348ed1c0 │ │ │ ├── d91035c548f23744c9bfb107348ed1c0.info │ │ │ ├── d929147d9f78c487397abb40f2c257b0 │ │ │ └── d929147d9f78c487397abb40f2c257b0.info │ │ ├── dc │ │ │ ├── dc259d3e09ba3db4bb6e1f6d966b0da5 │ │ │ ├── dc259d3e09ba3db4bb6e1f6d966b0da5.info │ │ │ ├── dc443db3e92b4983b9738c1131f555cb │ │ │ ├── dc443db3e92b4983b9738c1131f555cb.info │ │ │ ├── dce91326f102345f3ba2f0987c0679c2 │ │ │ ├── dce91326f102345f3ba2f0987c0679c2.info │ │ │ ├── dced8f6ea9f964e8e8e61574ea889d21 │ │ │ └── dced8f6ea9f964e8e8e61574ea889d21.info │ │ ├── e1 │ │ │ ├── e1007cd261c84053beb0c3537782908d │ │ │ ├── e1007cd261c84053beb0c3537782908d.info │ │ │ ├── e1bb78dc1dceb0b49a0443e8e301ee2a │ │ │ └── e1bb78dc1dceb0b49a0443e8e301ee2a.info │ │ ├── e3 │ │ │ ├── e338884647045484c907d788bf26a3ab │ │ │ └── e338884647045484c907d788bf26a3ab.info │ │ ├── e4 │ │ │ ├── e41729e49f5d1f84197346e19bfb3209 │ │ │ ├── e41729e49f5d1f84197346e19bfb3209.info │ │ │ ├── e4f4cf1b9b434137a499903a7a1d651a │ │ │ ├── e4f4cf1b9b434137a499903a7a1d651a.info │ │ │ ├── e4f9cb46e577ef8479f0e8e582cb6333 │ │ │ └── e4f9cb46e577ef8479f0e8e582cb6333.info │ │ ├── e5 │ │ │ ├── e5e4d99aa3ca9de4b9cd0a7a9dfab977 │ │ │ └── e5e4d99aa3ca9de4b9cd0a7a9dfab977.info │ │ ├── e9 │ │ │ ├── e9bca971981760c428b6fa3724479ba5 │ │ │ └── e9bca971981760c428b6fa3724479ba5.info │ │ ├── ea │ │ │ ├── ea31c51f7405c1848891f8add2d50224 │ │ │ ├── ea31c51f7405c1848891f8add2d50224.info │ │ │ ├── ea3920a3781dee948a742adb0a58d5b0 │ │ │ ├── ea3920a3781dee948a742adb0a58d5b0.info │ │ │ ├── ead147da21254ff9a0a936bdd75e1680 │ │ │ └── ead147da21254ff9a0a936bdd75e1680.info │ │ ├── eb │ │ │ ├── eb62e91355eb9f641aff09b6895b081a │ │ │ └── eb62e91355eb9f641aff09b6895b081a.info │ │ ├── ec │ │ │ ├── ec8c29880e25cc3409da43bf7eb1bb2a │ │ │ └── ec8c29880e25cc3409da43bf7eb1bb2a.info │ │ ├── ed │ │ │ ├── ed7343f30e3843b3afda8f8b02669cea │ │ │ └── ed7343f30e3843b3afda8f8b02669cea.info │ │ ├── ee │ │ │ ├── eeed6954b3c264ca0b28a92aa6289bf0 │ │ │ └── eeed6954b3c264ca0b28a92aa6289bf0.info │ │ ├── f1 │ │ │ ├── f1045c695c5bf4fb7b8509687bc60fc0 │ │ │ └── f1045c695c5bf4fb7b8509687bc60fc0.info │ │ ├── f2 │ │ │ ├── f28fcced5af094cf78eb4e1109a71981 │ │ │ └── f28fcced5af094cf78eb4e1109a71981.info │ │ ├── f3 │ │ │ ├── f3e09e822e5bcf84f86b4972b00f1caa │ │ │ └── f3e09e822e5bcf84f86b4972b00f1caa.info │ │ ├── f4 │ │ │ ├── f4ae9941ccef5aa4db63335bfa7fff64 │ │ │ ├── f4ae9941ccef5aa4db63335bfa7fff64.info │ │ │ ├── f4e9369060fb72645bede3b19a089c7f │ │ │ └── f4e9369060fb72645bede3b19a089c7f.info │ │ ├── f5 │ │ │ ├── f5642866d00e1604fb11b67de80546e8 │ │ │ ├── f5642866d00e1604fb11b67de80546e8.info │ │ │ ├── f5f67c52d1564df4a8936ccd202a3bd8 │ │ │ └── f5f67c52d1564df4a8936ccd202a3bd8.info │ │ ├── f7 │ │ │ ├── f70555f144d8491a825f0804e09c671c │ │ │ ├── f70555f144d8491a825f0804e09c671c.info │ │ │ ├── f7ae3d9a93efc264f83e717f8cbf5151 │ │ │ ├── f7ae3d9a93efc264f83e717f8cbf5151.info │ │ │ ├── f7b54ff4a43d4fcf81b4538b678e0bcc │ │ │ └── f7b54ff4a43d4fcf81b4538b678e0bcc.info │ │ ├── f8 │ │ │ ├── f8516ec3441e93f4fba314560d0a46e8 │ │ │ └── f8516ec3441e93f4fba314560d0a46e8.info │ │ ├── fc │ │ │ ├── fcad6e58a21b3504d97aced35fd4c871 │ │ │ └── fcad6e58a21b3504d97aced35fd4c871.info │ │ ├── fd │ │ │ ├── fd5631916f66a914280e72e3ba49e9a8 │ │ │ └── fd5631916f66a914280e72e3ba49e9a8.info │ │ └── fe │ │ │ ├── feaad759fb4cf5a4ea9b343b5c317ac3 │ │ │ ├── feaad759fb4cf5a4ea9b343b5c317ac3.info │ │ │ ├── fec197bad419341558f81f2ec8a05e18 │ │ │ └── fec197bad419341558f81f2ec8a05e18.info │ └── shadercompiler-UnityShaderCompiler.exe0.log ├── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── Physics2DSettings.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ └── UnityConnectSettings.asset ├── UnityPackageManager │ └── manifest.json └── compilation.log └── README.md /IFPS/.vs/IFPS/DesignTimeBuild/.dtbcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/.vs/IFPS/DesignTimeBuild/.dtbcache -------------------------------------------------------------------------------- /IFPS/.vs/IFPS/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/.vs/IFPS/v15/.suo -------------------------------------------------------------------------------- /IFPS/.vs/IFPS/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/.vs/IFPS/v15/Server/sqlite3/db.lock -------------------------------------------------------------------------------- /IFPS/.vs/IFPS/v15/Server/sqlite3/storage.ide-shm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/.vs/IFPS/v15/Server/sqlite3/storage.ide-shm -------------------------------------------------------------------------------- /IFPS/.vs/IFPS/v15/Server/sqlite3/storage.ide-wal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/.vs/IFPS/v15/Server/sqlite3/storage.ide-wal -------------------------------------------------------------------------------- /IFPS/Assets/CSharp vNext Support.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 028d07516157cda4c9aa0c9d2290ca90 3 | folderAsset: yes 4 | timeCreated: 1527168430 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /IFPS/Assets/CSharp vNext Support/AsyncTools.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6572fb060b35dd640a4d9b7dcb4d05ca 3 | folderAsset: yes 4 | timeCreated: 1433608940 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /IFPS/Assets/CSharp vNext Support/AsyncTools/AsyncTools.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bbd1369ea73b6ba4296050f386781e01 3 | timeCreated: 1431624563 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /IFPS/Assets/CSharp vNext Support/AsyncTools/NextFrameHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 866610c87044d394ba3c603cc21458f2 3 | timeCreated: 1496601564 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: -50 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /IFPS/Assets/CSharp vNext Support/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad1316e00c55aa44d8b28322993767d4 3 | folderAsset: yes 4 | timeCreated: 1446591068 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /IFPS/Assets/CSharp vNext Support/Editor/0Harmony.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/CSharp vNext Support/Editor/0Harmony.dll -------------------------------------------------------------------------------- /IFPS/Assets/CSharp vNext Support/Editor/CSharpVNextSupport.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/CSharp vNext Support/Editor/CSharpVNextSupport.dll -------------------------------------------------------------------------------- /IFPS/Assets/IPFS_Scene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1ead2fbafb07d943afc614370febb61 3 | timeCreated: 1527168983 4 | licenseType: Free 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /IFPS/Assets/Ipfs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e7135b323e7bcc4aac9cb81b269480e 3 | folderAsset: yes 4 | timeCreated: 1527168430 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /IFPS/Assets/Ipfs/IpfsGenerated.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5e4d99aa3ca9de4b9cd0a7a9dfab977 3 | timeCreated: 1525543336 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /IFPS/Assets/Ipfs/IpfsGenesis.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fcad6e58a21b3504d97aced35fd4c871 3 | timeCreated: 1525630137 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /IFPS/Assets/Ipfs/IpfsIO.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c501bbd9da788a41a588ec2df4ab281 3 | timeCreated: 1525455378 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /IFPS/Assets/Ipfs/IpfsObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3912e3553f0a4cd44bda3f00894da5c1 3 | timeCreated: 1525292657 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /IFPS/Assets/Ipfs/White.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ab13c18e02aac34397c0de0575e4d08 3 | timeCreated: 1525381678 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /IFPS/Assets/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c67ab867c8363a47a51863e49d0dca0 3 | folderAsset: yes 4 | timeCreated: 1527168430 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/BouncyCastle.Crypto.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/BouncyCastle.Crypto.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Common.Logging.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Common.Logging.Core.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Common.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Common.Logging.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Google.Protobuf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Google.Protobuf.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Ipfs.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Ipfs.Core.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Ipfs.Engine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Ipfs.Engine.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Makaretu.Dns.Multicast.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Makaretu.Dns.Multicast.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Makaretu.Dns.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Makaretu.Dns.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Microsoft.Data.Sqlite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Microsoft.Data.Sqlite.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Microsoft.EntityFrameworkCore.Design.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Microsoft.EntityFrameworkCore.Design.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Microsoft.EntityFrameworkCore.Relational.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Microsoft.EntityFrameworkCore.Relational.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Microsoft.EntityFrameworkCore.Sqlite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Microsoft.EntityFrameworkCore.Sqlite.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Microsoft.EntityFrameworkCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Microsoft.EntityFrameworkCore.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Microsoft.Extensions.Caching.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Microsoft.Extensions.Caching.Abstractions.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Microsoft.Extensions.Caching.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Microsoft.Extensions.Caching.Memory.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Microsoft.Extensions.Configuration.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Microsoft.Extensions.Configuration.Abstractions.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Microsoft.Extensions.DependencyInjection.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Microsoft.Extensions.DependencyInjection.Abstractions.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Microsoft.Extensions.DependencyInjection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Microsoft.Extensions.DependencyInjection.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Microsoft.Extensions.Logging.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Microsoft.Extensions.Logging.Abstractions.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Microsoft.Extensions.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Microsoft.Extensions.Logging.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Microsoft.Extensions.Options.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Microsoft.Extensions.Options.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Microsoft.Extensions.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Microsoft.Extensions.Primitives.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Microsoft.Win32.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Microsoft.Win32.Primitives.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Nito.AsyncEx.Coordination.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Nito.AsyncEx.Coordination.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Nito.AsyncEx.Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Nito.AsyncEx.Tasks.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Nito.Collections.Deque.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Nito.Collections.Deque.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Nito.Disposables.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Nito.Disposables.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/PeerTalk.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/PeerTalk.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Remotion.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Remotion.Linq.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/SQLitePCLRaw.batteries_e_sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/SQLitePCLRaw.batteries_e_sqlite3.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/SQLitePCLRaw.batteries_v2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/SQLitePCLRaw.batteries_v2.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/SQLitePCLRaw.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/SQLitePCLRaw.core.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/SQLitePCLRaw.provider.e_sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/SQLitePCLRaw.provider.e_sqlite3.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/Semver.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/Semver.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/SimpleBase.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/SimpleBase.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.AppContext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.AppContext.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Collections.Concurrent.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Collections.Concurrent.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Collections.Immutable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Collections.Immutable.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Collections.NonGeneric.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Collections.NonGeneric.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Collections.Specialized.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Collections.Specialized.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Collections.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Collections.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.ComponentModel.Annotations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.ComponentModel.Annotations.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.ComponentModel.EventBasedAsync.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.ComponentModel.EventBasedAsync.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.ComponentModel.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.ComponentModel.Primitives.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.ComponentModel.TypeConverter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.ComponentModel.TypeConverter.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.ComponentModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.ComponentModel.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Console.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Console.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Data.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Data.Common.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Diagnostics.Contracts.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Diagnostics.Contracts.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Diagnostics.Debug.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Diagnostics.Debug.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Diagnostics.DiagnosticSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Diagnostics.DiagnosticSource.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Diagnostics.FileVersionInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Diagnostics.FileVersionInfo.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Diagnostics.Process.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Diagnostics.Process.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Diagnostics.StackTrace.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Diagnostics.StackTrace.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Diagnostics.TextWriterTraceListener.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Diagnostics.TextWriterTraceListener.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Diagnostics.Tools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Diagnostics.Tools.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Diagnostics.TraceSource.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Diagnostics.TraceSource.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Diagnostics.Tracing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Diagnostics.Tracing.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Drawing.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Drawing.Primitives.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Dynamic.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Dynamic.Runtime.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Globalization.Calendars.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Globalization.Calendars.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Globalization.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Globalization.Extensions.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Globalization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Globalization.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.IO.Compression.ZipFile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.IO.Compression.ZipFile.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.IO.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.IO.Compression.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.IO.FileSystem.DriveInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.IO.FileSystem.DriveInfo.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.IO.FileSystem.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.IO.FileSystem.Primitives.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.IO.FileSystem.Watcher.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.IO.FileSystem.Watcher.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.IO.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.IO.FileSystem.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.IO.IsolatedStorage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.IO.IsolatedStorage.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.IO.MemoryMappedFiles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.IO.MemoryMappedFiles.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.IO.Pipes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.IO.Pipes.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.IO.UnmanagedMemoryStream.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.IO.UnmanagedMemoryStream.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.IO.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.IO.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Interactive.Async.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Interactive.Async.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Linq.Expressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Linq.Expressions.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Linq.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Linq.Parallel.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Linq.Queryable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Linq.Queryable.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Linq.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Net.Http.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Net.NameResolution.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Net.NameResolution.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Net.NetworkInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Net.NetworkInformation.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Net.Ping.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Net.Ping.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Net.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Net.Primitives.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Net.Requests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Net.Requests.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Net.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Net.Security.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Net.Sockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Net.Sockets.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Net.WebHeaderCollection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Net.WebHeaderCollection.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Net.WebSockets.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Net.WebSockets.Client.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Net.WebSockets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Net.WebSockets.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.ObjectModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.ObjectModel.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Reflection.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Reflection.Extensions.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Reflection.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Reflection.Primitives.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Reflection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Reflection.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Resources.Reader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Resources.Reader.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Resources.ResourceManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Resources.ResourceManager.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Resources.Writer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Resources.Writer.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Runtime.CompilerServices.VisualC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Runtime.CompilerServices.VisualC.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Runtime.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Runtime.Extensions.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Runtime.Handles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Runtime.Handles.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Runtime.InteropServices.RuntimeInformation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Runtime.InteropServices.RuntimeInformation.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Runtime.InteropServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Runtime.InteropServices.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Runtime.Numerics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Runtime.Numerics.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Runtime.Serialization.Formatters.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Runtime.Serialization.Formatters.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Runtime.Serialization.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Runtime.Serialization.Json.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Runtime.Serialization.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Runtime.Serialization.Primitives.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Runtime.Serialization.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Runtime.Serialization.Xml.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Runtime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Runtime.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Security.Claims.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Security.Claims.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Security.Cryptography.Csp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Security.Cryptography.Csp.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Security.Principal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Security.Principal.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Security.SecureString.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Security.SecureString.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Text.Encoding.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Text.Encoding.Extensions.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Text.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Text.Encoding.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Text.RegularExpressions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Text.RegularExpressions.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Threading.Overlapped.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Threading.Overlapped.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Threading.Tasks.Parallel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Threading.Tasks.Parallel.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Threading.Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Threading.Tasks.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Threading.Thread.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Threading.Thread.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Threading.ThreadPool.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Threading.ThreadPool.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Threading.Timer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Threading.Timer.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Threading.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Threading.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.ValueTuple.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.ValueTuple.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Xml.ReaderWriter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Xml.ReaderWriter.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Xml.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Xml.XDocument.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Xml.XPath.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Xml.XPath.XDocument.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Xml.XPath.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Xml.XPath.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Xml.XmlDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Xml.XmlDocument.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/System.Xml.XmlSerializer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/System.Xml.XmlSerializer.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/e_sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/e_sqlite3.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/e_sqlite3.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7fdf92a9c0b683b4f90d6b248ac190e8 3 | timeCreated: 1525200877 4 | licenseType: Free 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | isPreloaded: 0 11 | isOverridable: 0 12 | platformData: 13 | - first: 14 | Any: 15 | second: 16 | enabled: 1 17 | settings: {} 18 | - first: 19 | Editor: Editor 20 | second: 21 | enabled: 0 22 | settings: 23 | DefaultValueInitialized: true 24 | userData: 25 | assetBundleName: 26 | assetBundleVariant: 27 | -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/netstandard.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/netstandard.dll -------------------------------------------------------------------------------- /IFPS/Assets/Plugins/protobuf-net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Assets/Plugins/protobuf-net.dll -------------------------------------------------------------------------------- /IFPS/Assets/cclicense.txt: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. -------------------------------------------------------------------------------- /IFPS/Assets/cclicense.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c5c0bbb8bdd1a8478e7d21a17d574cc 3 | timeCreated: 1527502672 4 | licenseType: Free 5 | TextScriptImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /IFPS/CSharp70Support/CSharpCompilerWrapper.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/CSharpCompilerWrapper.exe -------------------------------------------------------------------------------- /IFPS/CSharp70Support/CSharpVNextSupport.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/CSharpVNextSupport.unitypackage -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/Microsoft.CodeAnalysis.CSharp.Scripting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/Microsoft.CodeAnalysis.CSharp.Scripting.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/Microsoft.CodeAnalysis.CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/Microsoft.CodeAnalysis.CSharp.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/Microsoft.CodeAnalysis.Scripting.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/Microsoft.CodeAnalysis.Scripting.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/Microsoft.CodeAnalysis.VisualBasic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/Microsoft.CodeAnalysis.VisualBasic.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/Microsoft.CodeAnalysis.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/Microsoft.CodeAnalysis.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/Microsoft.DiaSymReader.Native.amd64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/Microsoft.DiaSymReader.Native.amd64.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/Microsoft.DiaSymReader.Native.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/Microsoft.DiaSymReader.Native.x86.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/Microsoft.Win32.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/Microsoft.Win32.Primitives.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/Mono.Cecil.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/Mono.Cecil.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/Mono.CompilerServices.SymbolWriter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/Mono.CompilerServices.SymbolWriter.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.AppContext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.AppContext.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Collections.Immutable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Collections.Immutable.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Console.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Console.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Diagnostics.FileVersionInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Diagnostics.FileVersionInfo.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Diagnostics.Process.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Diagnostics.Process.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Diagnostics.StackTrace.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Diagnostics.StackTrace.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.IO.Compression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.IO.Compression.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.IO.FileSystem.DriveInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.IO.FileSystem.DriveInfo.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.IO.FileSystem.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.IO.FileSystem.Primitives.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.IO.FileSystem.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.IO.FileSystem.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.IO.Pipes.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.IO.Pipes.AccessControl.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.IO.Pipes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.IO.Pipes.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Reflection.Metadata.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Reflection.Metadata.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Security.AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Security.AccessControl.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Security.Claims.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Security.Claims.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Security.Cryptography.Algorithms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Security.Cryptography.Algorithms.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Security.Cryptography.Encoding.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Security.Cryptography.Encoding.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Security.Cryptography.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Security.Cryptography.Primitives.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Security.Cryptography.X509Certificates.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Security.Cryptography.X509Certificates.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Security.Principal.Windows.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Security.Principal.Windows.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Text.Encoding.CodePages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Text.Encoding.CodePages.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Threading.Thread.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Threading.Thread.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.ValueTuple.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.ValueTuple.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Xml.ReaderWriter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Xml.ReaderWriter.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Xml.XPath.XDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Xml.XPath.XDocument.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Xml.XPath.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Xml.XPath.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/System.Xml.XmlDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/System.Xml.XmlDocument.dll -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/VBCSCompiler.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/VBCSCompiler.exe -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/csc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/csc.exe -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/csi.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/csi.exe -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/csi.rsp: -------------------------------------------------------------------------------- 1 | /r:System 2 | /r:System.Core 3 | /r:Microsoft.CSharp 4 | /r:System.ValueTuple.dll 5 | /u:System 6 | /u:System.IO 7 | /u:System.Collections.Generic 8 | /u:System.Console 9 | /u:System.Diagnostics 10 | /u:System.Dynamic 11 | /u:System.Linq 12 | /u:System.Linq.Expressions 13 | /u:System.Text 14 | /u:System.Threading.Tasks -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/pdb2mdb.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/pdb2mdb.exe -------------------------------------------------------------------------------- /IFPS/CSharp70Support/Roslyn/vbc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/CSharp70Support/Roslyn/vbc.exe -------------------------------------------------------------------------------- /IFPS/CSharp70Support/langVersion.txt: -------------------------------------------------------------------------------- 1 | 7.2 -------------------------------------------------------------------------------- /IFPS/CSharp70Support/ngen install.cmd: -------------------------------------------------------------------------------- 1 | "%windir%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" install "%~dp0Roslyn\csc.exe" 2 | "%windir%\Microsoft.NET\Framework\v4.0.30319\ngen.exe" install "%~dp0Roslyn\csc.exe" 3 | "%windir%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" install "%~dp0Roslyn\pdb2mdb.exe" 4 | "%windir%\Microsoft.NET\Framework\v4.0.30319\ngen.exe" install "%~dp0Roslyn\pdb2mdb.exe" 5 | 6 | pause -------------------------------------------------------------------------------- /IFPS/CSharp70Support/ngen uninstall.cmd: -------------------------------------------------------------------------------- 1 | "%windir%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" uninstall "%~dp0Roslyn\csc.exe" 2 | "%windir%\Microsoft.NET\Framework\v4.0.30319\ngen.exe" uninstall "%~dp0Roslyn\csc.exe" 3 | "%windir%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" uninstall "%~dp0Roslyn\pdb2mdb.exe" 4 | "%windir%\Microsoft.NET\Framework\v4.0.30319\ngen.exe" uninstall "%~dp0Roslyn\pdb2mdb.exe" 5 | 6 | pause -------------------------------------------------------------------------------- /IFPS/CSharp70Support/unityVersion.txt: -------------------------------------------------------------------------------- 1 | 2017.3.1f1 -------------------------------------------------------------------------------- /IFPS/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/AnnotationManager -------------------------------------------------------------------------------- /IFPS/Library/AssetImportState: -------------------------------------------------------------------------------- 1 | 19;0;4;0;0 -------------------------------------------------------------------------------- /IFPS/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/BuildPlayer.prefs -------------------------------------------------------------------------------- /IFPS/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/BuildSettings.asset -------------------------------------------------------------------------------- /IFPS/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /IFPS/Library/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/EditorUserSettings.asset -------------------------------------------------------------------------------- /IFPS/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /IFPS/Library/LastSceneManagerSetup.txt: -------------------------------------------------------------------------------- 1 | sceneSetups: 2 | - path: Assets/IPFS_Scene.unity 3 | isLoaded: 1 4 | isActive: 1 5 | -------------------------------------------------------------------------------- /IFPS/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- 1 | unityRebuildLibraryVersion: 11 2 | unityForwardCompatibleVersion: 40 3 | -------------------------------------------------------------------------------- /IFPS/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/MonoManager.asset -------------------------------------------------------------------------------- /IFPS/Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /IFPS/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ScriptAssemblies/Assembly-CSharp.dll.mdb -------------------------------------------------------------------------------- /IFPS/Library/ScriptAssemblies/Assembly-CSharp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ScriptAssemblies/Assembly-CSharp.pdb -------------------------------------------------------------------------------- /IFPS/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- 1 | 0000.5a6f802e.0000 2 | 0000.5a6f94e2.0000 -------------------------------------------------------------------------------- /IFPS/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ScriptMapper -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache.db -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/1/1081a244abfe2c53d6837e1d430fd82b.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/1/1081a244abfe2c53d6837e1d430fd82b.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/1/169785a86726a82ea70eb9234fb30234.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/1/169785a86726a82ea70eb9234fb30234.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/1/1c7ed1727f363ca575c4e4fad01836e3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/1/1c7ed1727f363ca575c4e4fad01836e3.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/1/1d99b698aae2db8f766251029d7ba1f8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/1/1d99b698aae2db8f766251029d7ba1f8.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/1/1efc6252e9474ddb295e0995319cfadd.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/1/1efc6252e9474ddb295e0995319cfadd.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/2/2506cc1744df364cfed92d3305f307dc.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/2/2506cc1744df364cfed92d3305f307dc.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/2/2a7dba49c809dcfe1bb13ff2909516d9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/2/2a7dba49c809dcfe1bb13ff2909516d9.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/3/303cafc81dadaed5bb0d6944d29972b0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/3/303cafc81dadaed5bb0d6944d29972b0.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/3/348fad0bae37cd4888facc6028ce339f.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/3/348fad0bae37cd4888facc6028ce339f.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/3/3d3ae902e0c3bf89c784c0f0e22fd76e.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/3/3d3ae902e0c3bf89c784c0f0e22fd76e.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/3/3fae34bc1110c7bb5a66791179ee0cd7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/3/3fae34bc1110c7bb5a66791179ee0cd7.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/4/4e40a25a1b78714dcf9d9b46460ad876.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/4/4e40a25a1b78714dcf9d9b46460ad876.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/5/5251b53302b44dc7d5b6b08146a4e150.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/5/5251b53302b44dc7d5b6b08146a4e150.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/5/5c24ea9e8573a9e94dd61a2d0d399a8e.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/5/5c24ea9e8573a9e94dd61a2d0d399a8e.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/5/5fc1a73df3e7412b1918712426388655.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/5/5fc1a73df3e7412b1918712426388655.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/7/71c36516990862548a85c5f2ad910b6f.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/7/71c36516990862548a85c5f2ad910b6f.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/7/71f3e5cf40af9213c916ef0b56c6316a.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/7/71f3e5cf40af9213c916ef0b56c6316a.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/7/79458195540a642a42d8afad8d09e7e5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/7/79458195540a642a42d8afad8d09e7e5.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/8/82ad14a10b072134a00f2efbbcdd9505.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/8/82ad14a10b072134a00f2efbbcdd9505.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/8/836d857a6ee863c8638ef9ae754616fe.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/8/836d857a6ee863c8638ef9ae754616fe.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/9/9078664f9ab941b76f9b09b01b71378b.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/9/9078664f9ab941b76f9b09b01b71378b.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/9/919876937b76b8a0851cc42257a676dd.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/9/919876937b76b8a0851cc42257a676dd.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/9/963e534cad198e95d06e7327bb37ddd3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/9/963e534cad198e95d06e7327bb37ddd3.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/9/98b5b9e380f0f1355c185508d4a0cde1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/9/98b5b9e380f0f1355c185508d4a0cde1.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/a/a712bf72ca7b2ec753b679e00be39ff1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/a/a712bf72ca7b2ec753b679e00be39ff1.bin -------------------------------------------------------------------------------- /IFPS/Library/ShaderCache/f/f44b38be3f0a2711dbdfb08b4e1a8c6f.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/ShaderCache/f/f44b38be3f0a2711dbdfb08b4e1a8c6f.bin -------------------------------------------------------------------------------- /IFPS/Library/SpriteAtlasDatabase.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/SpriteAtlasDatabase.asset -------------------------------------------------------------------------------- /IFPS/Library/TilemapEditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/TilemapEditorUserSettings.asset -------------------------------------------------------------------------------- /IFPS/Library/assetDatabase3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/assetDatabase3 -------------------------------------------------------------------------------- /IFPS/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/expandedItems -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000001000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/00000000000000001000000000000000 -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000001000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Assets 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000001000000000000000 13 | path: 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000002000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/00000000000000002000000000000000 -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000002000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: InputManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000002000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 13 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000003000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/00000000000000003000000000000000 -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000003000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: TagManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000003000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 78 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000004000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/00000000000000004000000000000000 -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000004000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: ProjectSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000004000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 129 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000004100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/00000000000000004100000000000000 -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000004100000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: NavMeshAreas 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000004100000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 126 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000005000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/00000000000000005000000000000000 -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000005000000000000000.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/00000000000000005000000000000000.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000005100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/00000000000000005100000000000000 -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000005100000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Physics2DSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000005100000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 19 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000006000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/00000000000000006000000000000000 -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000006000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: AudioManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000006000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 11 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000006100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/00000000000000006100000000000000 -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000006100000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: GraphicsSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000006100000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 30 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000007000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/00000000000000007000000000000000 -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000007000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: TimeManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000007000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 5 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000007100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/00000000000000007100000000000000 -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000007100000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: ClusterInputManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000007100000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 236 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______! -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000008000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/00000000000000008000000000000000 -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000008000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: DynamicsManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000008000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 55 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000009000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/00000000000000009000000000000000 -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/00000000000000009000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: QualitySettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 00000000000000009000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 47 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/0000000000000000a000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/0000000000000000a000000000000000 -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/0000000000000000a000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: NetworkManager 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 0000000000000000a000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 149 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/0000000000000000a100000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/0000000000000000a100000000000000 -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/0000000000000000a100000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: UnityConnectSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 0000000000000000a100000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 310 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______" -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/0000000000000000b000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/0000000000000000b000000000000000 -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/0000000000000000b000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: EditorBuildSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 0000000000000000b000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 1045 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______" -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/0000000000000000c000000000000000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/0000000000000000c000000000000000 -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/0000000000000000c000000000000000.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: EditorSettings 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 0000000000000000c000000000000000 13 | path: 14 | localIdentifier: 1 15 | thumbnailClassID: 159 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1038 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /IFPS/Library/metadata/00/003e9b72c7e07e14b978183e5ac296e4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/00/003e9b72c7e07e14b978183e5ac296e4 -------------------------------------------------------------------------------- /IFPS/Library/metadata/02/028d07516157cda4c9aa0c9d2290ca90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/02/028d07516157cda4c9aa0c9d2290ca90 -------------------------------------------------------------------------------- /IFPS/Library/metadata/05/059cf5b2529243d4fbd6970754c1ca6c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/05/059cf5b2529243d4fbd6970754c1ca6c -------------------------------------------------------------------------------- /IFPS/Library/metadata/05/05b07e1e3650f8846b715bd86c97809c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/05/05b07e1e3650f8846b715bd86c97809c -------------------------------------------------------------------------------- /IFPS/Library/metadata/05/05b71a041e0fc1347ac8fff2282aed75: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/05/05b71a041e0fc1347ac8fff2282aed75 -------------------------------------------------------------------------------- /IFPS/Library/metadata/06/0621b4aab2236437592f1f292cb81d20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/06/0621b4aab2236437592f1f292cb81d20 -------------------------------------------------------------------------------- /IFPS/Library/metadata/06/062afac3353cfc942b4bde211923c113: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/06/062afac3353cfc942b4bde211923c113 -------------------------------------------------------------------------------- /IFPS/Library/metadata/07/07b30d0c200a0404a91f431996b6d13a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/07/07b30d0c200a0404a91f431996b6d13a -------------------------------------------------------------------------------- /IFPS/Library/metadata/08/0844993a792b2874ea2680b3f33cc274: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/08/0844993a792b2874ea2680b3f33cc274 -------------------------------------------------------------------------------- /IFPS/Library/metadata/08/0899ef23effb31a4a9dabd714412e4e1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/08/0899ef23effb31a4a9dabd714412e4e1 -------------------------------------------------------------------------------- /IFPS/Library/metadata/0c/0cb4b3f4eb49beb4393a3e555a02d4cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/0c/0cb4b3f4eb49beb4393a3e555a02d4cc -------------------------------------------------------------------------------- /IFPS/Library/metadata/0d/0d3bb855445e36e479c85976fc88383a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/0d/0d3bb855445e36e479c85976fc88383a -------------------------------------------------------------------------------- /IFPS/Library/metadata/10/10bf81265ad87424d946598c575f45a0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/10/10bf81265ad87424d946598c575f45a0 -------------------------------------------------------------------------------- /IFPS/Library/metadata/10/10bf81265ad87424d946598c575f45a0.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/10/10bf81265ad87424d946598c575f45a0.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/12/12fd8a0055b84bb59e84c9835a37e333: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/12/12fd8a0055b84bb59e84c9835a37e333 -------------------------------------------------------------------------------- /IFPS/Library/metadata/13/1322fd896bbb15bb6e335591b766ae62: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/13/1322fd896bbb15bb6e335591b766ae62 -------------------------------------------------------------------------------- /IFPS/Library/metadata/13/1322fd896bbb15bb6e335591b766ae62.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/13/1322fd896bbb15bb6e335591b766ae62.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/14/1453ae803492d424fa9abd69d3f9f2ca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/14/1453ae803492d424fa9abd69d3f9f2ca -------------------------------------------------------------------------------- /IFPS/Library/metadata/15/15a38c49b4652ca4bbced205733315c7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/15/15a38c49b4652ca4bbced205733315c7 -------------------------------------------------------------------------------- /IFPS/Library/metadata/15/15be9c691b85a41a39c18beeff87e21b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/15/15be9c691b85a41a39c18beeff87e21b -------------------------------------------------------------------------------- /IFPS/Library/metadata/15/15bf9c691b85b41a39c18bee2f87e21b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/15/15bf9c691b85b41a39c18bee2f87e21b -------------------------------------------------------------------------------- /IFPS/Library/metadata/18/18f11fea883b241428d06199bb86f46e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/18/18f11fea883b241428d06199bb86f46e -------------------------------------------------------------------------------- /IFPS/Library/metadata/1a/1a63970df69b4a847a2f94330b5130bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/1a/1a63970df69b4a847a2f94330b5130bb -------------------------------------------------------------------------------- /IFPS/Library/metadata/1b/1b32bcce201b4494ea8848326290c5d5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/1b/1b32bcce201b4494ea8848326290c5d5 -------------------------------------------------------------------------------- /IFPS/Library/metadata/1b/1b32bcce201b4494ea8848326290c5d5.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/1b/1b32bcce201b4494ea8848326290c5d5.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/1c/1c1cffb55a781ad4ab89e6823b9777c0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/1c/1c1cffb55a781ad4ab89e6823b9777c0 -------------------------------------------------------------------------------- /IFPS/Library/metadata/1c/1c4a1867c4878194ca1d763583aee77d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/1c/1c4a1867c4878194ca1d763583aee77d -------------------------------------------------------------------------------- /IFPS/Library/metadata/1c/1c6d1fbb51834b64847b1b73a75bfc77: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/1c/1c6d1fbb51834b64847b1b73a75bfc77 -------------------------------------------------------------------------------- /IFPS/Library/metadata/20/2055fe0e7fc7f9e4aaa50947bd18d6e4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/20/2055fe0e7fc7f9e4aaa50947bd18d6e4 -------------------------------------------------------------------------------- /IFPS/Library/metadata/21/21eff446d50eaf44a85985cd4c0b6fa1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/21/21eff446d50eaf44a85985cd4c0b6fa1 -------------------------------------------------------------------------------- /IFPS/Library/metadata/21/21eff446d50eaf44a85985cd4c0b6fa1.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: OVRPlugin 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 21eff446d50eaf44a85985cd4c0b6fa1 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______" -------------------------------------------------------------------------------- /IFPS/Library/metadata/22/220224b43fc464c28bc0e8de8f54a432: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/22/220224b43fc464c28bc0e8de8f54a432 -------------------------------------------------------------------------------- /IFPS/Library/metadata/22/224ede67b4f3a4109bfec4d5cb161b05: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/22/224ede67b4f3a4109bfec4d5cb161b05 -------------------------------------------------------------------------------- /IFPS/Library/metadata/22/224ede67b4f3a4109bfec4d5cb161b05.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/22/224ede67b4f3a4109bfec4d5cb161b05.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/22/22798fe40fe58824394ac6f30e68522e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/22/22798fe40fe58824394ac6f30e68522e -------------------------------------------------------------------------------- /IFPS/Library/metadata/24/244b9b5b3a9d08c44b5105a4ba02bf3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/24/244b9b5b3a9d08c44b5105a4ba02bf3d -------------------------------------------------------------------------------- /IFPS/Library/metadata/26/2682a692a2be7e14e901a738c7806da0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/26/2682a692a2be7e14e901a738c7806da0 -------------------------------------------------------------------------------- /IFPS/Library/metadata/2b/2b2292b0fa30bc546b79162f4fb0b889: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/2b/2b2292b0fa30bc546b79162f4fb0b889 -------------------------------------------------------------------------------- /IFPS/Library/metadata/2b/2bcd8406c47ca734ab0ebc67c25c8ba0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/2b/2bcd8406c47ca734ab0ebc67c25c8ba0 -------------------------------------------------------------------------------- /IFPS/Library/metadata/2d/2d4d46c70fdd242668a56e99799e8540: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/2d/2d4d46c70fdd242668a56e99799e8540 -------------------------------------------------------------------------------- /IFPS/Library/metadata/2e/2e7135b323e7bcc4aac9cb81b269480e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/2e/2e7135b323e7bcc4aac9cb81b269480e -------------------------------------------------------------------------------- /IFPS/Library/metadata/2e/2e7135b323e7bcc4aac9cb81b269480e.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: Ipfs 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 2e7135b323e7bcc4aac9cb81b269480e 13 | path: Assets/Ipfs 14 | localIdentifier: 102900000 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1030 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______& -------------------------------------------------------------------------------- /IFPS/Library/metadata/2e/2e86394a0e8a4fa4faa5d397f4dd1205: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/2e/2e86394a0e8a4fa4faa5d397f4dd1205 -------------------------------------------------------------------------------- /IFPS/Library/metadata/2f/2fe3476eabbbb6c448e6b55a2cc471f5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/2f/2fe3476eabbbb6c448e6b55a2cc471f5 -------------------------------------------------------------------------------- /IFPS/Library/metadata/2f/2fe35a8094dd12f4187f229578d1a49f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/2f/2fe35a8094dd12f4187f229578d1a49f -------------------------------------------------------------------------------- /IFPS/Library/metadata/31/311261ebe5830b4469d73d922f6e5bcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/31/311261ebe5830b4469d73d922f6e5bcb -------------------------------------------------------------------------------- /IFPS/Library/metadata/32/32188fd89022c154c81befa2f0e00be0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/32/32188fd89022c154c81befa2f0e00be0 -------------------------------------------------------------------------------- /IFPS/Library/metadata/32/328cc881519068e4eb7db4bb907ad2d9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/32/328cc881519068e4eb7db4bb907ad2d9 -------------------------------------------------------------------------------- /IFPS/Library/metadata/32/328cc881519068e4eb7db4bb907ad2d9.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: openvr_api 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 328cc881519068e4eb7db4bb907ad2d9 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______# -------------------------------------------------------------------------------- /IFPS/Library/metadata/35/359d1fc1dbd8a48448e02380d18ae3b1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/35/359d1fc1dbd8a48448e02380d18ae3b1 -------------------------------------------------------------------------------- /IFPS/Library/metadata/35/35dcf22dcf47fd643b959eec0db91149: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/35/35dcf22dcf47fd643b959eec0db91149 -------------------------------------------------------------------------------- /IFPS/Library/metadata/36/36e8bb3feb5e6402185947b817a6ed8d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/36/36e8bb3feb5e6402185947b817a6ed8d -------------------------------------------------------------------------------- /IFPS/Library/metadata/36/36e8bb3feb5e6402185947b817a6ed8d.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/36/36e8bb3feb5e6402185947b817a6ed8d.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/37/374f5c70dd80e424883045f0d1d55cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/37/374f5c70dd80e424883045f0d1d55cff -------------------------------------------------------------------------------- /IFPS/Library/metadata/38/38c8faf1788024c02930a0c68a6e0edc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/38/38c8faf1788024c02930a0c68a6e0edc -------------------------------------------------------------------------------- /IFPS/Library/metadata/38/38c8faf1788024c02930a0c68a6e0edc.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: gvr 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 38c8faf1788024c02930a0c68a6e0edc 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______ -------------------------------------------------------------------------------- /IFPS/Library/metadata/39/3912e3553f0a4cd44bda3f00894da5c1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/39/3912e3553f0a4cd44bda3f00894da5c1 -------------------------------------------------------------------------------- /IFPS/Library/metadata/3a/3a84de5cd0624681b6b6dcd8921d912a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/3a/3a84de5cd0624681b6b6dcd8921d912a -------------------------------------------------------------------------------- /IFPS/Library/metadata/3a/3a84de5cd0624681b6b6dcd8921d912a.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/3a/3a84de5cd0624681b6b6dcd8921d912a.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/3b/3bb7382f19742e143966406f13ce87ca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/3b/3bb7382f19742e143966406f13ce87ca -------------------------------------------------------------------------------- /IFPS/Library/metadata/3c/3cebe1a96232b44388b30b2f72dde434: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/3c/3cebe1a96232b44388b30b2f72dde434 -------------------------------------------------------------------------------- /IFPS/Library/metadata/3d/3d3681bc956bae34aae6e1851336bbec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/3d/3d3681bc956bae34aae6e1851336bbec -------------------------------------------------------------------------------- /IFPS/Library/metadata/3e/3e78e9f22655d7a4bbfd5291a4235f57: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/3e/3e78e9f22655d7a4bbfd5291a4235f57 -------------------------------------------------------------------------------- /IFPS/Library/metadata/3f/3fbef7bf0fcc1db4aa6880188fe41d1d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/3f/3fbef7bf0fcc1db4aa6880188fe41d1d -------------------------------------------------------------------------------- /IFPS/Library/metadata/40/40421632bcf16404da522264bedb32e0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/40/40421632bcf16404da522264bedb32e0 -------------------------------------------------------------------------------- /IFPS/Library/metadata/40/405b9b51bb344a128608d968297df79c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/40/405b9b51bb344a128608d968297df79c -------------------------------------------------------------------------------- /IFPS/Library/metadata/41/4113173d5e95493ab8765d7b08371de4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/41/4113173d5e95493ab8765d7b08371de4 -------------------------------------------------------------------------------- /IFPS/Library/metadata/41/4113173d5e95493ab8765d7b08371de4.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/41/4113173d5e95493ab8765d7b08371de4.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/42/423faf62ed6903447947364212c7f62e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/42/423faf62ed6903447947364212c7f62e -------------------------------------------------------------------------------- /IFPS/Library/metadata/43/43cad0ccaaf09234ea1afcde657abd51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/43/43cad0ccaaf09234ea1afcde657abd51 -------------------------------------------------------------------------------- /IFPS/Library/metadata/44/44f39a74ca5ee4bf5936b17e901f251c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/44/44f39a74ca5ee4bf5936b17e901f251c -------------------------------------------------------------------------------- /IFPS/Library/metadata/45/453f100e6bdae4dfd9e655927819dc85: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/45/453f100e6bdae4dfd9e655927819dc85 -------------------------------------------------------------------------------- /IFPS/Library/metadata/45/453f100e6bdae4dfd9e655927819dc85.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/45/453f100e6bdae4dfd9e655927819dc85.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/48/481e235a7674cc444ae7e7d94515f0aa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/48/481e235a7674cc444ae7e7d94515f0aa -------------------------------------------------------------------------------- /IFPS/Library/metadata/48/48986928cc2a449dbaecdd1654bc9bf6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/48/48986928cc2a449dbaecdd1654bc9bf6 -------------------------------------------------------------------------------- /IFPS/Library/metadata/49/49f5766d0d4954f44b85d4bbd7131677: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/49/49f5766d0d4954f44b85d4bbd7131677 -------------------------------------------------------------------------------- /IFPS/Library/metadata/4a/4a3ecb1425d14502837abea459cf2b70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/4a/4a3ecb1425d14502837abea459cf2b70 -------------------------------------------------------------------------------- /IFPS/Library/metadata/4a/4a3ecb1425d14502837abea459cf2b70.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/4a/4a3ecb1425d14502837abea459cf2b70.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/4a/4ab13c18e02aac34397c0de0575e4d08: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/4a/4ab13c18e02aac34397c0de0575e4d08 -------------------------------------------------------------------------------- /IFPS/Library/metadata/4a/4ab13c18e02aac34397c0de0575e4d08.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/4a/4ab13c18e02aac34397c0de0575e4d08.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/4b/4b3fa4bde7f1451a8218c03ee6a8ded8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/4b/4b3fa4bde7f1451a8218c03ee6a8ded8 -------------------------------------------------------------------------------- /IFPS/Library/metadata/4b/4b834d39adc5f554f9b6f9e9679d5e5a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/4b/4b834d39adc5f554f9b6f9e9679d5e5a -------------------------------------------------------------------------------- /IFPS/Library/metadata/4b/4ba2329b63d54f0187bcaa12486b1b0f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/4b/4ba2329b63d54f0187bcaa12486b1b0f -------------------------------------------------------------------------------- /IFPS/Library/metadata/4c/4c5c0bbb8bdd1a8478e7d21a17d574cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/4c/4c5c0bbb8bdd1a8478e7d21a17d574cc -------------------------------------------------------------------------------- /IFPS/Library/metadata/4c/4c6fe94acbb24417c988bab18cbd5209: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/4c/4c6fe94acbb24417c988bab18cbd5209 -------------------------------------------------------------------------------- /IFPS/Library/metadata/4c/4c8914d5dd54d0649af164ee95227076: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/4c/4c8914d5dd54d0649af164ee95227076 -------------------------------------------------------------------------------- /IFPS/Library/metadata/4d/4d13ea846cf4ec34a90b1c2a6e0c1463: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/4d/4d13ea846cf4ec34a90b1c2a6e0c1463 -------------------------------------------------------------------------------- /IFPS/Library/metadata/4e/4e7c9ab97e5884e4eaa5967e9024f39c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/4e/4e7c9ab97e5884e4eaa5967e9024f39c -------------------------------------------------------------------------------- /IFPS/Library/metadata/4e/4e7c9ab97e5884e4eaa5967e9024f39c.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/4e/4e7c9ab97e5884e4eaa5967e9024f39c.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/4f/4f234578336894dc081edf696f2ff5f2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/4f/4f234578336894dc081edf696f2ff5f2 -------------------------------------------------------------------------------- /IFPS/Library/metadata/50/50be888a983a3bf48b4e511b622d1d3b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/50/50be888a983a3bf48b4e511b622d1d3b -------------------------------------------------------------------------------- /IFPS/Library/metadata/51/510d1d319d2754ea4a47c6dd8c421ea0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/51/510d1d319d2754ea4a47c6dd8c421ea0 -------------------------------------------------------------------------------- /IFPS/Library/metadata/51/517af1b5b81b93b43b9745d58f017562: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/51/517af1b5b81b93b43b9745d58f017562 -------------------------------------------------------------------------------- /IFPS/Library/metadata/51/517af1b5b81b93b43b9745d58f017562.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: OVRPlugin 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 517af1b5b81b93b43b9745d58f017562 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______" -------------------------------------------------------------------------------- /IFPS/Library/metadata/51/51f900d9e7e96a04dbff73620645b21f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/51/51f900d9e7e96a04dbff73620645b21f -------------------------------------------------------------------------------- /IFPS/Library/metadata/52/52eb01c5518e7d94caf9f6a4c95391f6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/52/52eb01c5518e7d94caf9f6a4c95391f6 -------------------------------------------------------------------------------- /IFPS/Library/metadata/52/52eda02464a799647b74d3134bbf7524: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/52/52eda02464a799647b74d3134bbf7524 -------------------------------------------------------------------------------- /IFPS/Library/metadata/53/5306e1509c9fb1843949643336895b6f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/53/5306e1509c9fb1843949643336895b6f -------------------------------------------------------------------------------- /IFPS/Library/metadata/53/5306e1509c9fb1843949643336895b6f.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/53/5306e1509c9fb1843949643336895b6f.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/53/53a175f27b808e74eb7713e215525938: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/53/53a175f27b808e74eb7713e215525938 -------------------------------------------------------------------------------- /IFPS/Library/metadata/53/53ebcfaa2e1e4e2dbc85882cd5a73fa1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/53/53ebcfaa2e1e4e2dbc85882cd5a73fa1 -------------------------------------------------------------------------------- /IFPS/Library/metadata/53/53ebcfaa2e1e4e2dbc85882cd5a73fa1.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/53/53ebcfaa2e1e4e2dbc85882cd5a73fa1.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/54/54109f4521bdf114bad3289751b7b731: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/54/54109f4521bdf114bad3289751b7b731 -------------------------------------------------------------------------------- /IFPS/Library/metadata/55/55bf317f1e50d074a970940a071f743d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/55/55bf317f1e50d074a970940a071f743d -------------------------------------------------------------------------------- /IFPS/Library/metadata/55/55bf317f1e50d074a970940a071f743d.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/55/55bf317f1e50d074a970940a071f743d.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/56/563a62c4da94b964fb042518d50f3a05: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/56/563a62c4da94b964fb042518d50f3a05 -------------------------------------------------------------------------------- /IFPS/Library/metadata/57/570875517fb77984b87cd3bcc77042d5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/57/570875517fb77984b87cd3bcc77042d5 -------------------------------------------------------------------------------- /IFPS/Library/metadata/57/5782f9e9e6e0bb94bac99aeea24814fc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/57/5782f9e9e6e0bb94bac99aeea24814fc -------------------------------------------------------------------------------- /IFPS/Library/metadata/5a/5a0f3b37c584e2647a8ef2940a08be8a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/5a/5a0f3b37c584e2647a8ef2940a08be8a -------------------------------------------------------------------------------- /IFPS/Library/metadata/5a/5a0f3b37c584e2647a8ef2940a08be8a.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/5a/5a0f3b37c584e2647a8ef2940a08be8a.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/5a/5aa8e3cc50273bb41a5180e041e54a7e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/5a/5aa8e3cc50273bb41a5180e041e54a7e -------------------------------------------------------------------------------- /IFPS/Library/metadata/5f/5f32cd94baa94578a686d4b9d6b660f7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/5f/5f32cd94baa94578a686d4b9d6b660f7 -------------------------------------------------------------------------------- /IFPS/Library/metadata/5f/5fddeecef08be884686bfcb23aa9200f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/5f/5fddeecef08be884686bfcb23aa9200f -------------------------------------------------------------------------------- /IFPS/Library/metadata/62/62772aad98ed04f0d955b7d20de61f7f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/62/62772aad98ed04f0d955b7d20de61f7f -------------------------------------------------------------------------------- /IFPS/Library/metadata/63/633efd004f5ba9e4da877f18e73b6411: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/63/633efd004f5ba9e4da877f18e73b6411 -------------------------------------------------------------------------------- /IFPS/Library/metadata/65/6572fb060b35dd640a4d9b7dcb4d05ca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/65/6572fb060b35dd640a4d9b7dcb4d05ca -------------------------------------------------------------------------------- /IFPS/Library/metadata/65/6597c6ea86d36477081342001145d8d9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/65/6597c6ea86d36477081342001145d8d9 -------------------------------------------------------------------------------- /IFPS/Library/metadata/65/65dddf67f5384bc419fe91eb29d78120: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/65/65dddf67f5384bc419fe91eb29d78120 -------------------------------------------------------------------------------- /IFPS/Library/metadata/66/663f4947a3c4aa842b4ce35c87552f7d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/66/663f4947a3c4aa842b4ce35c87552f7d -------------------------------------------------------------------------------- /IFPS/Library/metadata/67/67853725c30178b40af8a216db03a18d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/67/67853725c30178b40af8a216db03a18d -------------------------------------------------------------------------------- /IFPS/Library/metadata/67/67bed2e0d49990647a6b15ab6d51cc99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/67/67bed2e0d49990647a6b15ab6d51cc99 -------------------------------------------------------------------------------- /IFPS/Library/metadata/69/6981461fe431401459211818212a29cf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/69/6981461fe431401459211818212a29cf -------------------------------------------------------------------------------- /IFPS/Library/metadata/6a/6a10b2909283487f913b00d94cd3faf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/6a/6a10b2909283487f913b00d94cd3faf5 -------------------------------------------------------------------------------- /IFPS/Library/metadata/6a/6a10b2909283487f913b00d94cd3faf5.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/6a/6a10b2909283487f913b00d94cd3faf5.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/6c/6c082f4eae1fa04418d99cdb4039dc58: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/6c/6c082f4eae1fa04418d99cdb4039dc58 -------------------------------------------------------------------------------- /IFPS/Library/metadata/6c/6c0e665a087c8884cac4189a48929c62: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/6c/6c0e665a087c8884cac4189a48929c62 -------------------------------------------------------------------------------- /IFPS/Library/metadata/6c/6c67ab867c8363a47a51863e49d0dca0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/6c/6c67ab867c8363a47a51863e49d0dca0 -------------------------------------------------------------------------------- /IFPS/Library/metadata/6d/6d5baef786992244686a300eb256eb4c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/6d/6d5baef786992244686a300eb256eb4c -------------------------------------------------------------------------------- /IFPS/Library/metadata/6d/6d9358e500f5af0488838fd87ede10fb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/6d/6d9358e500f5af0488838fd87ede10fb -------------------------------------------------------------------------------- /IFPS/Library/metadata/6e/6e2d4a00426c31740b6d1176f86ed2ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/6e/6e2d4a00426c31740b6d1176f86ed2ac -------------------------------------------------------------------------------- /IFPS/Library/metadata/6e/6e7c8cfeedae74eb3a562055e069e441: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/6e/6e7c8cfeedae74eb3a562055e069e441 -------------------------------------------------------------------------------- /IFPS/Library/metadata/6e/6ede66ede74cea446b2f75d7d955d87e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/6e/6ede66ede74cea446b2f75d7d955d87e -------------------------------------------------------------------------------- /IFPS/Library/metadata/70/70073cfadf9f7e54c8b2eb1b7fc62c6d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/70/70073cfadf9f7e54c8b2eb1b7fc62c6d -------------------------------------------------------------------------------- /IFPS/Library/metadata/70/70073cfadf9f7e54c8b2eb1b7fc62c6d.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/70/70073cfadf9f7e54c8b2eb1b7fc62c6d.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/70/707ac611c20af8e418b53e2404448a8a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/70/707ac611c20af8e418b53e2404448a8a -------------------------------------------------------------------------------- /IFPS/Library/metadata/73/735136740e3fc5543875fd5f4a489ecc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/73/735136740e3fc5543875fd5f4a489ecc -------------------------------------------------------------------------------- /IFPS/Library/metadata/73/739d9a3e14ef8ab449aff5ed3c92bafd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/73/739d9a3e14ef8ab449aff5ed3c92bafd -------------------------------------------------------------------------------- /IFPS/Library/metadata/74/74467072d4d1e7b4aba8e9f3bb5e614c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/74/74467072d4d1e7b4aba8e9f3bb5e614c -------------------------------------------------------------------------------- /IFPS/Library/metadata/75/75799de484ac4f4cadc268d2cbea830a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/75/75799de484ac4f4cadc268d2cbea830a -------------------------------------------------------------------------------- /IFPS/Library/metadata/75/75799de484ac4f4cadc268d2cbea830a.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: unitygar 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 75799de484ac4f4cadc268d2cbea830a 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______! -------------------------------------------------------------------------------- /IFPS/Library/metadata/76/76349cec627454d3a80423a2eeaf0e63: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/76/76349cec627454d3a80423a2eeaf0e63 -------------------------------------------------------------------------------- /IFPS/Library/metadata/76/7668179ede524d6396c8b7d84461ea29: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/76/7668179ede524d6396c8b7d84461ea29 -------------------------------------------------------------------------------- /IFPS/Library/metadata/76/76712120196021c48878e0dc5cda4ff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/76/76712120196021c48878e0dc5cda4ff2 -------------------------------------------------------------------------------- /IFPS/Library/metadata/76/76799548defc36b4197d08efb043d607: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/76/76799548defc36b4197d08efb043d607 -------------------------------------------------------------------------------- /IFPS/Library/metadata/76/768ea5e8edda24f43a6040436f0b363f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/76/768ea5e8edda24f43a6040436f0b363f -------------------------------------------------------------------------------- /IFPS/Library/metadata/79/7927683d1fc5848b5abfb54ebb1028ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/79/7927683d1fc5848b5abfb54ebb1028ec -------------------------------------------------------------------------------- /IFPS/Library/metadata/79/7927683d1fc5848b5abfb54ebb1028ec.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/79/7927683d1fc5848b5abfb54ebb1028ec.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/7a/7a365a0f8ae45df499d294421b98d469: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/7a/7a365a0f8ae45df499d294421b98d469 -------------------------------------------------------------------------------- /IFPS/Library/metadata/7b/7b74bce82bd11f8478f5b7e15dd741a0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/7b/7b74bce82bd11f8478f5b7e15dd741a0 -------------------------------------------------------------------------------- /IFPS/Library/metadata/7b/7bb7adb9867605640bc8fcd8da34755a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/7b/7bb7adb9867605640bc8fcd8da34755a -------------------------------------------------------------------------------- /IFPS/Library/metadata/7c/7c3a5d6e39b874f468b2691537168513: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/7c/7c3a5d6e39b874f468b2691537168513 -------------------------------------------------------------------------------- /IFPS/Library/metadata/7f/7fd5e77e7e7ea4eea8198138cd9cc814: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/7f/7fd5e77e7e7ea4eea8198138cd9cc814 -------------------------------------------------------------------------------- /IFPS/Library/metadata/7f/7fdf92a9c0b683b4f90d6b248ac190e8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/7f/7fdf92a9c0b683b4f90d6b248ac190e8 -------------------------------------------------------------------------------- /IFPS/Library/metadata/7f/7fe502d0558e04e4a8ad5828f0be5449: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/7f/7fe502d0558e04e4a8ad5828f0be5449 -------------------------------------------------------------------------------- /IFPS/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f -------------------------------------------------------------------------------- /IFPS/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/80/80a3616ca19596e4da0f10f14d241e9f.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/84/8406f5baaae5ec841af61a02d2b2d2c3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/84/8406f5baaae5ec841af61a02d2b2d2c3 -------------------------------------------------------------------------------- /IFPS/Library/metadata/84/844f815391db42d49455cbf1a7bfc434: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/84/844f815391db42d49455cbf1a7bfc434 -------------------------------------------------------------------------------- /IFPS/Library/metadata/84/844f815391db42d49455cbf1a7bfc434.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/84/844f815391db42d49455cbf1a7bfc434.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/84/845ecb98bb0751942a3031a53c4e337f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/84/845ecb98bb0751942a3031a53c4e337f -------------------------------------------------------------------------------- /IFPS/Library/metadata/84/84aec3c9054b3402293139f2c0bc1029: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/84/84aec3c9054b3402293139f2c0bc1029 -------------------------------------------------------------------------------- /IFPS/Library/metadata/84/84ca94c19f25ae14d83aa41bb3654390: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/84/84ca94c19f25ae14d83aa41bb3654390 -------------------------------------------------------------------------------- /IFPS/Library/metadata/85/853158beeec8eb046bd7c5c233e23be5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/85/853158beeec8eb046bd7c5c233e23be5 -------------------------------------------------------------------------------- /IFPS/Library/metadata/85/85daca3f64965e648a9b2816abd2a82a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/85/85daca3f64965e648a9b2816abd2a82a -------------------------------------------------------------------------------- /IFPS/Library/metadata/85/85f8923b1ba9dbe4e95a91306ad3955d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/85/85f8923b1ba9dbe4e95a91306ad3955d -------------------------------------------------------------------------------- /IFPS/Library/metadata/86/866610c87044d394ba3c603cc21458f2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/86/866610c87044d394ba3c603cc21458f2 -------------------------------------------------------------------------------- /IFPS/Library/metadata/86/86c008322e7c647149878156c5b81940: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/86/86c008322e7c647149878156c5b81940 -------------------------------------------------------------------------------- /IFPS/Library/metadata/86/86c008322e7c647149878156c5b81940.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/86/86c008322e7c647149878156c5b81940.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/86/86c18994495874297b469aaa57ef9b44: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/86/86c18994495874297b469aaa57ef9b44 -------------------------------------------------------------------------------- /IFPS/Library/metadata/87/870353891bb340e2b2a9c8707e7419ba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/87/870353891bb340e2b2a9c8707e7419ba -------------------------------------------------------------------------------- /IFPS/Library/metadata/88/884f8f0e4025a420893d3a8d1d3063e1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/88/884f8f0e4025a420893d3a8d1d3063e1 -------------------------------------------------------------------------------- /IFPS/Library/metadata/88/88db4b062a0df424ca9b3c7e16036d24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/88/88db4b062a0df424ca9b3c7e16036d24 -------------------------------------------------------------------------------- /IFPS/Library/metadata/89/89846832887891447bedd6d3451cf6a7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/89/89846832887891447bedd6d3451cf6a7 -------------------------------------------------------------------------------- /IFPS/Library/metadata/8c/8c501bbd9da788a41a588ec2df4ab281: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/8c/8c501bbd9da788a41a588ec2df4ab281 -------------------------------------------------------------------------------- /IFPS/Library/metadata/8c/8cbc1d2ce4d344d47a5441df3b30373b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/8c/8cbc1d2ce4d344d47a5441df3b30373b -------------------------------------------------------------------------------- /IFPS/Library/metadata/8e/8e7066e382b0fc749b25dbb1a3004dfe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/8e/8e7066e382b0fc749b25dbb1a3004dfe -------------------------------------------------------------------------------- /IFPS/Library/metadata/8e/8e8a551e48ac4ad4088666705a40a431: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/8e/8e8a551e48ac4ad4088666705a40a431 -------------------------------------------------------------------------------- /IFPS/Library/metadata/90/9078b7128e594410d9b89e5b24cffd01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/90/9078b7128e594410d9b89e5b24cffd01 -------------------------------------------------------------------------------- /IFPS/Library/metadata/90/9078b7128e594410d9b89e5b24cffd01.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: libopenvr_api 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: 9078b7128e594410d9b89e5b24cffd01 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______& -------------------------------------------------------------------------------- /IFPS/Library/metadata/90/90791303b72ec4ae198f99d637dfdf6c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/90/90791303b72ec4ae198f99d637dfdf6c -------------------------------------------------------------------------------- /IFPS/Library/metadata/91/91ae0a8442c812541b967c19c7831e3c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/91/91ae0a8442c812541b967c19c7831e3c -------------------------------------------------------------------------------- /IFPS/Library/metadata/92/92b9f71e918afe34ea816892f1f30f09: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/92/92b9f71e918afe34ea816892f1f30f09 -------------------------------------------------------------------------------- /IFPS/Library/metadata/93/93337ada5d681bc4686438f0bdc8b111: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/93/93337ada5d681bc4686438f0bdc8b111 -------------------------------------------------------------------------------- /IFPS/Library/metadata/94/94c98fc8a44c4734b882fa598a4d50f6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/94/94c98fc8a44c4734b882fa598a4d50f6 -------------------------------------------------------------------------------- /IFPS/Library/metadata/96/962c6ab4918668642a7380fecefedfd8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/96/962c6ab4918668642a7380fecefedfd8 -------------------------------------------------------------------------------- /IFPS/Library/metadata/99/99ddb49592ff84811804420a1910cb89: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/99/99ddb49592ff84811804420a1910cb89 -------------------------------------------------------------------------------- /IFPS/Library/metadata/9b/9b7fa700b5b3be044b78f055c4abec3c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/9b/9b7fa700b5b3be044b78f055c4abec3c -------------------------------------------------------------------------------- /IFPS/Library/metadata/9d/9db35982d7c09f94fada4c56644be5d5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/9d/9db35982d7c09f94fada4c56644be5d5 -------------------------------------------------------------------------------- /IFPS/Library/metadata/9d/9de9e8523c82543c5b3e40a4b51aa2c9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/9d/9de9e8523c82543c5b3e40a4b51aa2c9 -------------------------------------------------------------------------------- /IFPS/Library/metadata/9f/9f622451b43d7fa4b9a4b5db15ce1aef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/9f/9f622451b43d7fa4b9a4b5db15ce1aef -------------------------------------------------------------------------------- /IFPS/Library/metadata/9f/9fe20b1d834e4e846b49c763040ff06d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/9f/9fe20b1d834e4e846b49c763040ff06d -------------------------------------------------------------------------------- /IFPS/Library/metadata/a0/a07145c4f30b2274ca7348b393015e33: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/a0/a07145c4f30b2274ca7348b393015e33 -------------------------------------------------------------------------------- /IFPS/Library/metadata/a1/a14470371b66a814ab1d90971b6c7b89: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/a1/a14470371b66a814ab1d90971b6c7b89 -------------------------------------------------------------------------------- /IFPS/Library/metadata/a2/a258b091632d18847b125a1696243e19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/a2/a258b091632d18847b125a1696243e19 -------------------------------------------------------------------------------- /IFPS/Library/metadata/a2/a267a527381371340a1e3dde1a29c75d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/a2/a267a527381371340a1e3dde1a29c75d -------------------------------------------------------------------------------- /IFPS/Library/metadata/a3/a342381d77833427fa10621e38fbae10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/a3/a342381d77833427fa10621e38fbae10 -------------------------------------------------------------------------------- /IFPS/Library/metadata/a3/a37e18887fa954edf92bc36bc353b879: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/a3/a37e18887fa954edf92bc36bc353b879 -------------------------------------------------------------------------------- /IFPS/Library/metadata/a4/a440872aa98917144a80ab25b4ca1d19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/a4/a440872aa98917144a80ab25b4ca1d19 -------------------------------------------------------------------------------- /IFPS/Library/metadata/a4/a4bf4488642cb4f46b07d6b5d3e0f626: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/a4/a4bf4488642cb4f46b07d6b5d3e0f626 -------------------------------------------------------------------------------- /IFPS/Library/metadata/a5/a5bbb81614e2a474aad217f8f0f51756: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/a5/a5bbb81614e2a474aad217f8f0f51756 -------------------------------------------------------------------------------- /IFPS/Library/metadata/a6/a63d1e0d766f17441ab4385caab37773: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/a6/a63d1e0d766f17441ab4385caab37773 -------------------------------------------------------------------------------- /IFPS/Library/metadata/a6/a6842a74831964edc8fefa1c0aed89dc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/a6/a6842a74831964edc8fefa1c0aed89dc -------------------------------------------------------------------------------- /IFPS/Library/metadata/a6/a6842a74831964edc8fefa1c0aed89dc.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/a6/a6842a74831964edc8fefa1c0aed89dc.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/a8/a8ca1cfc297ad6c4e94971da54771870: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/a8/a8ca1cfc297ad6c4e94971da54771870 -------------------------------------------------------------------------------- /IFPS/Library/metadata/ac/ac1b649b1dd84594a8e0d42dc97aaade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ac/ac1b649b1dd84594a8e0d42dc97aaade -------------------------------------------------------------------------------- /IFPS/Library/metadata/ac/ac905d86181cf6a4489d8ce45d9e458d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ac/ac905d86181cf6a4489d8ce45d9e458d -------------------------------------------------------------------------------- /IFPS/Library/metadata/ad/ad1316e00c55aa44d8b28322993767d4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ad/ad1316e00c55aa44d8b28322993767d4 -------------------------------------------------------------------------------- /IFPS/Library/metadata/ad/ad45aec20f4c54941b13a84a4eb984bc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ad/ad45aec20f4c54941b13a84a4eb984bc -------------------------------------------------------------------------------- /IFPS/Library/metadata/ad/adab7787bd7d44c4a9d48b3aff189c47: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ad/adab7787bd7d44c4a9d48b3aff189c47 -------------------------------------------------------------------------------- /IFPS/Library/metadata/ad/adebbd281f1a4ef3a30be7f21937e02f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ad/adebbd281f1a4ef3a30be7f21937e02f -------------------------------------------------------------------------------- /IFPS/Library/metadata/ad/adebbd281f1a4ef3a30be7f21937e02f.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ad/adebbd281f1a4ef3a30be7f21937e02f.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/af/af47c477932df36428c014db8cca7aa2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/af/af47c477932df36428c014db8cca7aa2 -------------------------------------------------------------------------------- /IFPS/Library/metadata/b1/b14855b68da326d488ca686ae751a8b7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/b1/b14855b68da326d488ca686ae751a8b7 -------------------------------------------------------------------------------- /IFPS/Library/metadata/b1/b1ead2fbafb07d943afc614370febb61: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/b1/b1ead2fbafb07d943afc614370febb61 -------------------------------------------------------------------------------- /IFPS/Library/metadata/b2/b269d1a8291ed934da857fe29d9a5cb7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/b2/b269d1a8291ed934da857fe29d9a5cb7 -------------------------------------------------------------------------------- /IFPS/Library/metadata/b2/b2b1511df64ed204db441a80381627a0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/b2/b2b1511df64ed204db441a80381627a0 -------------------------------------------------------------------------------- /IFPS/Library/metadata/b2/b2b693dffac3a4433b3114fea0b7fd4e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/b2/b2b693dffac3a4433b3114fea0b7fd4e -------------------------------------------------------------------------------- /IFPS/Library/metadata/b2/b2bead50dbf86924f8e51f03ddbebf70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/b2/b2bead50dbf86924f8e51f03ddbebf70 -------------------------------------------------------------------------------- /IFPS/Library/metadata/b2/b2bead50dbf86924f8e51f03ddbebf70.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: OVRPlugin 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: b2bead50dbf86924f8e51f03ddbebf70 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______" -------------------------------------------------------------------------------- /IFPS/Library/metadata/b3/b32abd1c9d73a4cce8389f084ac12b11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/b3/b32abd1c9d73a4cce8389f084ac12b11 -------------------------------------------------------------------------------- /IFPS/Library/metadata/b5/b52e557db2c2b4eebb10444f1d582029: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/b5/b52e557db2c2b4eebb10444f1d582029 -------------------------------------------------------------------------------- /IFPS/Library/metadata/b5/b52e557db2c2b4eebb10444f1d582029.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/b5/b52e557db2c2b4eebb10444f1d582029.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/b5/b5da970776034f77a070d99423d68791: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/b5/b5da970776034f77a070d99423d68791 -------------------------------------------------------------------------------- /IFPS/Library/metadata/b5/b5da970776034f77a070d99423d68791.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/b5/b5da970776034f77a070d99423d68791.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/b5/b5f4343795a0e4626ac1fe4a9e6fce59: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/b5/b5f4343795a0e4626ac1fe4a9e6fce59 -------------------------------------------------------------------------------- /IFPS/Library/metadata/b8/b8a0574e92bd43a59e19d6c3c6ae54c7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/b8/b8a0574e92bd43a59e19d6c3c6ae54c7 -------------------------------------------------------------------------------- /IFPS/Library/metadata/b8/b8a0574e92bd43a59e19d6c3c6ae54c7.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/b8/b8a0574e92bd43a59e19d6c3c6ae54c7.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/b9/b9de549f5faf70844ba1933df86458ba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/b9/b9de549f5faf70844ba1933df86458ba -------------------------------------------------------------------------------- /IFPS/Library/metadata/ba/ba23d8def2e284b4a9c1a176cfcf219f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ba/ba23d8def2e284b4a9c1a176cfcf219f -------------------------------------------------------------------------------- /IFPS/Library/metadata/bb/bbc9f86f57f1aa34eb3aab5d06bea459: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/bb/bbc9f86f57f1aa34eb3aab5d06bea459 -------------------------------------------------------------------------------- /IFPS/Library/metadata/bb/bbd1369ea73b6ba4296050f386781e01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/bb/bbd1369ea73b6ba4296050f386781e01 -------------------------------------------------------------------------------- /IFPS/Library/metadata/bc/bcab36b11673b7944b676a5813e4d6f6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/bc/bcab36b11673b7944b676a5813e4d6f6 -------------------------------------------------------------------------------- /IFPS/Library/metadata/bc/bcb662c73502de84b9dbc87aeee5cd5b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/bc/bcb662c73502de84b9dbc87aeee5cd5b -------------------------------------------------------------------------------- /IFPS/Library/metadata/bc/bcd27da1c9ae94d2cafe094482a20792: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/bc/bcd27da1c9ae94d2cafe094482a20792 -------------------------------------------------------------------------------- /IFPS/Library/metadata/be/bef5de1cd56da2a4e9eeab53cced6162: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/be/bef5de1cd56da2a4e9eeab53cced6162 -------------------------------------------------------------------------------- /IFPS/Library/metadata/bf/bf0d30027ca5b76419455da1632fe41e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/bf/bf0d30027ca5b76419455da1632fe41e -------------------------------------------------------------------------------- /IFPS/Library/metadata/c2/c2f3b7957b9130e41b27aa2da3429ca6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/c2/c2f3b7957b9130e41b27aa2da3429ca6 -------------------------------------------------------------------------------- /IFPS/Library/metadata/c3/c3b54ef019dc6e64fa9d00bb5044d438: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/c3/c3b54ef019dc6e64fa9d00bb5044d438 -------------------------------------------------------------------------------- /IFPS/Library/metadata/c4/c452c88a87f3d48ae945e7bcf1b4a6ba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/c4/c452c88a87f3d48ae945e7bcf1b4a6ba -------------------------------------------------------------------------------- /IFPS/Library/metadata/c4/c49fe0832dfcd8c42b325ddfd308db25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/c4/c49fe0832dfcd8c42b325ddfd308db25 -------------------------------------------------------------------------------- /IFPS/Library/metadata/c4/c4ed516c4a65d8d42ae1e2e0733ab64d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/c4/c4ed516c4a65d8d42ae1e2e0733ab64d -------------------------------------------------------------------------------- /IFPS/Library/metadata/c5/c5ba7626a737840ff88a3bd84b100482: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/c5/c5ba7626a737840ff88a3bd84b100482 -------------------------------------------------------------------------------- /IFPS/Library/metadata/c5/c5ba7626a737840ff88a3bd84b100482.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/c5/c5ba7626a737840ff88a3bd84b100482.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/c6/c6893468701f67542b260de2d4417d48: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/c6/c6893468701f67542b260de2d4417d48 -------------------------------------------------------------------------------- /IFPS/Library/metadata/c7/c700696490f7dff4ca9b44af2b1448c2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/c7/c700696490f7dff4ca9b44af2b1448c2 -------------------------------------------------------------------------------- /IFPS/Library/metadata/c7/c768acbc9cf24d398488bb4c93b91288: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/c7/c768acbc9cf24d398488bb4c93b91288 -------------------------------------------------------------------------------- /IFPS/Library/metadata/c7/c79db2bca080ecb4fa9b23bf15a8c0b3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/c7/c79db2bca080ecb4fa9b23bf15a8c0b3 -------------------------------------------------------------------------------- /IFPS/Library/metadata/c7/c79db2bca080ecb4fa9b23bf15a8c0b3.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/c7/c79db2bca080ecb4fa9b23bf15a8c0b3.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/c9/c99bfe4fc4e5c4dc3917c14075acd117: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/c9/c99bfe4fc4e5c4dc3917c14075acd117 -------------------------------------------------------------------------------- /IFPS/Library/metadata/cc/cc1b50b5501f748da8bec762294d9136: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/cc/cc1b50b5501f748da8bec762294d9136 -------------------------------------------------------------------------------- /IFPS/Library/metadata/cc/cc7a0a520721e99498342dc8e9ba5d31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/cc/cc7a0a520721e99498342dc8e9ba5d31 -------------------------------------------------------------------------------- /IFPS/Library/metadata/ce/ce4395ccdb12cf62fca756358be1a892: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ce/ce4395ccdb12cf62fca756358be1a892 -------------------------------------------------------------------------------- /IFPS/Library/metadata/ce/ce4395ccdb12cf62fca756358be1a892.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ce/ce4395ccdb12cf62fca756358be1a892.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/ce/cedf358bed651844686092901843d818: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ce/cedf358bed651844686092901843d818 -------------------------------------------------------------------------------- /IFPS/Library/metadata/cf/cfc67079e86545141b55dd4277952e4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/cf/cfc67079e86545141b55dd4277952e4a -------------------------------------------------------------------------------- /IFPS/Library/metadata/d0/d05b96cee66e14240838de167097537a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/d0/d05b96cee66e14240838de167097537a -------------------------------------------------------------------------------- /IFPS/Library/metadata/d0/d08c17c1e7961ed46886fdb93f1f1a5b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/d0/d08c17c1e7961ed46886fdb93f1f1a5b -------------------------------------------------------------------------------- /IFPS/Library/metadata/d1/d10266c492fae334ba9d8204dfb205ab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/d1/d10266c492fae334ba9d8204dfb205ab -------------------------------------------------------------------------------- /IFPS/Library/metadata/d1/d16a14fa0fe59434bbcb9e201904d490: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/d1/d16a14fa0fe59434bbcb9e201904d490 -------------------------------------------------------------------------------- /IFPS/Library/metadata/d1/d1c1a2d988f5148fd9ab17b2460d271e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/d1/d1c1a2d988f5148fd9ab17b2460d271e -------------------------------------------------------------------------------- /IFPS/Library/metadata/d3/d33d54853fd0f48e0ac8a63ea91e6626: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/d3/d33d54853fd0f48e0ac8a63ea91e6626 -------------------------------------------------------------------------------- /IFPS/Library/metadata/d6/d606ec881485c2045b325490fff5ce3b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/d6/d606ec881485c2045b325490fff5ce3b -------------------------------------------------------------------------------- /IFPS/Library/metadata/d6/d607a67dc772b484da060e66a3d61a4e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/d6/d607a67dc772b484da060e66a3d61a4e -------------------------------------------------------------------------------- /IFPS/Library/metadata/d8/d85d63b68703fd64c9e52d020fbf3a29: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/d8/d85d63b68703fd64c9e52d020fbf3a29 -------------------------------------------------------------------------------- /IFPS/Library/metadata/d8/d8b493c0222bfd7479664d439c015307: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/d8/d8b493c0222bfd7479664d439c015307 -------------------------------------------------------------------------------- /IFPS/Library/metadata/d9/d91035c548f23744c9bfb107348ed1c0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/d9/d91035c548f23744c9bfb107348ed1c0 -------------------------------------------------------------------------------- /IFPS/Library/metadata/d9/d91035c548f23744c9bfb107348ed1c0.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: openvr_api 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: d91035c548f23744c9bfb107348ed1c0 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______# -------------------------------------------------------------------------------- /IFPS/Library/metadata/d9/d929147d9f78c487397abb40f2c257b0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/d9/d929147d9f78c487397abb40f2c257b0 -------------------------------------------------------------------------------- /IFPS/Library/metadata/dc/dc259d3e09ba3db4bb6e1f6d966b0da5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/dc/dc259d3e09ba3db4bb6e1f6d966b0da5 -------------------------------------------------------------------------------- /IFPS/Library/metadata/dc/dc443db3e92b4983b9738c1131f555cb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/dc/dc443db3e92b4983b9738c1131f555cb -------------------------------------------------------------------------------- /IFPS/Library/metadata/dc/dce91326f102345f3ba2f0987c0679c2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/dc/dce91326f102345f3ba2f0987c0679c2 -------------------------------------------------------------------------------- /IFPS/Library/metadata/dc/dced8f6ea9f964e8e8e61574ea889d21: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/dc/dced8f6ea9f964e8e8e61574ea889d21 -------------------------------------------------------------------------------- /IFPS/Library/metadata/e1/e1007cd261c84053beb0c3537782908d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/e1/e1007cd261c84053beb0c3537782908d -------------------------------------------------------------------------------- /IFPS/Library/metadata/e1/e1007cd261c84053beb0c3537782908d.info: -------------------------------------------------------------------------------- 1 | PreviewAssetDataBaseName: 2 | mainRepresentation: 3 | serializedVersion: 3 4 | name: unitygvr 5 | thumbnail: 6 | m_Format: 0 7 | m_Width: 0 8 | m_Height: 0 9 | m_RowBytes: 0 10 | image data: 0 11 | _typelessdata: 12 | guid: e1007cd261c84053beb0c3537782908d 13 | path: 14 | localIdentifier: -1121539586 15 | thumbnailClassID: 1029 16 | flags: 0 17 | scriptClassName: 18 | representations: [] 19 | labels: 20 | m_Labels: [] 21 | assetImporterClassID: 1050 22 | assetBundleFullName: 23 | m_AssetBundleName: 24 | m_AssetBundleVariant: 25 | externalReferencesForValidation: [] 26 | AssetInfo_______! -------------------------------------------------------------------------------- /IFPS/Library/metadata/e1/e1bb78dc1dceb0b49a0443e8e301ee2a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/e1/e1bb78dc1dceb0b49a0443e8e301ee2a -------------------------------------------------------------------------------- /IFPS/Library/metadata/e3/e338884647045484c907d788bf26a3ab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/e3/e338884647045484c907d788bf26a3ab -------------------------------------------------------------------------------- /IFPS/Library/metadata/e4/e41729e49f5d1f84197346e19bfb3209: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/e4/e41729e49f5d1f84197346e19bfb3209 -------------------------------------------------------------------------------- /IFPS/Library/metadata/e4/e4f4cf1b9b434137a499903a7a1d651a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/e4/e4f4cf1b9b434137a499903a7a1d651a -------------------------------------------------------------------------------- /IFPS/Library/metadata/e4/e4f4cf1b9b434137a499903a7a1d651a.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/e4/e4f4cf1b9b434137a499903a7a1d651a.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/e4/e4f9cb46e577ef8479f0e8e582cb6333: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/e4/e4f9cb46e577ef8479f0e8e582cb6333 -------------------------------------------------------------------------------- /IFPS/Library/metadata/e5/e5e4d99aa3ca9de4b9cd0a7a9dfab977: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/e5/e5e4d99aa3ca9de4b9cd0a7a9dfab977 -------------------------------------------------------------------------------- /IFPS/Library/metadata/e9/e9bca971981760c428b6fa3724479ba5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/e9/e9bca971981760c428b6fa3724479ba5 -------------------------------------------------------------------------------- /IFPS/Library/metadata/ea/ea31c51f7405c1848891f8add2d50224: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ea/ea31c51f7405c1848891f8add2d50224 -------------------------------------------------------------------------------- /IFPS/Library/metadata/ea/ea3920a3781dee948a742adb0a58d5b0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ea/ea3920a3781dee948a742adb0a58d5b0 -------------------------------------------------------------------------------- /IFPS/Library/metadata/ea/ead147da21254ff9a0a936bdd75e1680: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ea/ead147da21254ff9a0a936bdd75e1680 -------------------------------------------------------------------------------- /IFPS/Library/metadata/ea/ead147da21254ff9a0a936bdd75e1680.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ea/ead147da21254ff9a0a936bdd75e1680.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/eb/eb62e91355eb9f641aff09b6895b081a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/eb/eb62e91355eb9f641aff09b6895b081a -------------------------------------------------------------------------------- /IFPS/Library/metadata/ec/ec8c29880e25cc3409da43bf7eb1bb2a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ec/ec8c29880e25cc3409da43bf7eb1bb2a -------------------------------------------------------------------------------- /IFPS/Library/metadata/ed/ed7343f30e3843b3afda8f8b02669cea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ed/ed7343f30e3843b3afda8f8b02669cea -------------------------------------------------------------------------------- /IFPS/Library/metadata/ed/ed7343f30e3843b3afda8f8b02669cea.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ed/ed7343f30e3843b3afda8f8b02669cea.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/ee/eeed6954b3c264ca0b28a92aa6289bf0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/ee/eeed6954b3c264ca0b28a92aa6289bf0 -------------------------------------------------------------------------------- /IFPS/Library/metadata/f1/f1045c695c5bf4fb7b8509687bc60fc0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/f1/f1045c695c5bf4fb7b8509687bc60fc0 -------------------------------------------------------------------------------- /IFPS/Library/metadata/f2/f28fcced5af094cf78eb4e1109a71981: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/f2/f28fcced5af094cf78eb4e1109a71981 -------------------------------------------------------------------------------- /IFPS/Library/metadata/f3/f3e09e822e5bcf84f86b4972b00f1caa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/f3/f3e09e822e5bcf84f86b4972b00f1caa -------------------------------------------------------------------------------- /IFPS/Library/metadata/f4/f4ae9941ccef5aa4db63335bfa7fff64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/f4/f4ae9941ccef5aa4db63335bfa7fff64 -------------------------------------------------------------------------------- /IFPS/Library/metadata/f4/f4e9369060fb72645bede3b19a089c7f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/f4/f4e9369060fb72645bede3b19a089c7f -------------------------------------------------------------------------------- /IFPS/Library/metadata/f5/f5642866d00e1604fb11b67de80546e8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/f5/f5642866d00e1604fb11b67de80546e8 -------------------------------------------------------------------------------- /IFPS/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8 -------------------------------------------------------------------------------- /IFPS/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/f5/f5f67c52d1564df4a8936ccd202a3bd8.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/f7/f70555f144d8491a825f0804e09c671c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/f7/f70555f144d8491a825f0804e09c671c -------------------------------------------------------------------------------- /IFPS/Library/metadata/f7/f70555f144d8491a825f0804e09c671c.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/f7/f70555f144d8491a825f0804e09c671c.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/f7/f7ae3d9a93efc264f83e717f8cbf5151: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/f7/f7ae3d9a93efc264f83e717f8cbf5151 -------------------------------------------------------------------------------- /IFPS/Library/metadata/f7/f7ae3d9a93efc264f83e717f8cbf5151.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/f7/f7ae3d9a93efc264f83e717f8cbf5151.info -------------------------------------------------------------------------------- /IFPS/Library/metadata/f7/f7b54ff4a43d4fcf81b4538b678e0bcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/f7/f7b54ff4a43d4fcf81b4538b678e0bcc -------------------------------------------------------------------------------- /IFPS/Library/metadata/f8/f8516ec3441e93f4fba314560d0a46e8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/f8/f8516ec3441e93f4fba314560d0a46e8 -------------------------------------------------------------------------------- /IFPS/Library/metadata/fc/fcad6e58a21b3504d97aced35fd4c871: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/fc/fcad6e58a21b3504d97aced35fd4c871 -------------------------------------------------------------------------------- /IFPS/Library/metadata/fd/fd5631916f66a914280e72e3ba49e9a8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/fd/fd5631916f66a914280e72e3ba49e9a8 -------------------------------------------------------------------------------- /IFPS/Library/metadata/fe/feaad759fb4cf5a4ea9b343b5c317ac3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/fe/feaad759fb4cf5a4ea9b343b5c317ac3 -------------------------------------------------------------------------------- /IFPS/Library/metadata/fe/fec197bad419341558f81f2ec8a05e18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samueljlopes/IPFS-for-Unity/1087cecf9443070695cc82ebdd65a611e3266abe/IFPS/Library/metadata/fe/fec197bad419341558f81f2ec8a05e18 -------------------------------------------------------------------------------- /IFPS/Library/shadercompiler-UnityShaderCompiler.exe0.log: -------------------------------------------------------------------------------- 1 | Base path: C:/Program Files/Unity/Editor/Data 2 | Cmd: initializeCompiler 3 | -------------------------------------------------------------------------------- /IFPS/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | m_Volume: 1 7 | Rolloff Scale: 1 8 | Doppler Factor: 1 9 | Default Speaker Mode: 2 10 | m_SampleRate: 0 11 | m_DSPBufferSize: 0 12 | m_VirtualVoiceCount: 512 13 | m_RealVoiceCount: 32 14 | m_SpatializerPlugin: 15 | m_AmbisonicDecoderPlugin: 16 | m_DisableAudio: 0 17 | m_VirtualizeEffects: 1 18 | -------------------------------------------------------------------------------- /IFPS/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /IFPS/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: [] 8 | -------------------------------------------------------------------------------- /IFPS/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!149 &1 4 | NetworkManager: 5 | m_ObjectHideFlags: 0 6 | m_DebugLevel: 0 7 | m_Sendrate: 15 8 | m_AssetToPrefab: {} 9 | -------------------------------------------------------------------------------- /IFPS/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2017.3.1f1 2 | -------------------------------------------------------------------------------- /IFPS/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: [] 7 | layers: 8 | - Default 9 | - TransparentFX 10 | - Ignore Raycast 11 | - 12 | - Water 13 | - UI 14 | - 15 | - 16 | - 17 | - 18 | - 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | m_SortingLayers: 41 | - name: Default 42 | uniqueID: 0 43 | locked: 0 44 | -------------------------------------------------------------------------------- /IFPS/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /IFPS/UnityPackageManager/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | } 4 | } 5 | --------------------------------------------------------------------------------