Skip to content

Commit

Permalink
Native Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshMello0 committed Nov 14, 2018
1 parent e4cc0dc commit 905aef0
Show file tree
Hide file tree
Showing 44 changed files with 73 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -3,8 +3,8 @@
[Oo]bj/
[Bb]uild/
[Bb]uilds/
[Dd]ependencies/
Assets/AssetStoreTools*

# Visual Studio cache directory
.vs/

Expand Down
Binary file added Art Assets/logo.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art Assets/marshmello.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions Assets/Editor/UERP/Scripts.meta

This file was deleted.

11 changes: 0 additions & 11 deletions Assets/Editor/UERP/Scripts/DiscordRpc.cs.meta

This file was deleted.

11 changes: 0 additions & 11 deletions Assets/Editor/UERP/Scripts/UERP.cs.meta

This file was deleted.

7 changes: 0 additions & 7 deletions Assets/UERP.unitypackage.meta

This file was deleted.

File renamed without changes.
36 changes: 36 additions & 0 deletions Native Plugin/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("UERP")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("UERP")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("5d8afb0d-91ff-4a02-9cb2-950b6831f26c")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
File renamed without changes.
Binary file added Native Plugin/bin/Release/UERP.dll
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
30 changes: 30 additions & 0 deletions Unity Project/Assets/Editor/UERP/Plugins/UERP.dll.meta

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

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -5,7 +5,7 @@ EditorBuildSettings:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Scenes:
- enabled: 1
path: Assets/Scenes/SampleScene.unity
guid: 99c9720ab356a0642a771bea13969a05
- enabled: 0
path:
guid: 00000000000000000000000000000000
m_configObjects: {}
File renamed without changes.
Expand Up @@ -36,6 +36,8 @@ GraphicsSettings:
- {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 10783, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0}
m_PreloadedShaders: []
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
type: 0}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -3,7 +3,7 @@
--- !u!310 &1
UnityConnectSettings:
m_ObjectHideFlags: 0
m_Enabled: 0
m_Enabled: 1
m_TestMode: 0
m_TestEventUrl:
m_TestConfigUrl:
Expand Down

0 comments on commit 905aef0

Please sign in to comment.