Skip to content

spatialos/platform-sdk-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform SDK C#

Build status

This repository contains both the source code of the Platform SDK C# and a collection of common scenarios that demonstrate how to interact with the SpatialOS Platform SDK using the SDK.

Note: A copy of SpatialOS blank_project is checked in as an example to use with some scenarios. If you are looking for SpatialOS starter projects, please visit SpatialOS GitHub.

Example scenarios

The design of the SDK is driven by scenarios we want to enable for our users. For detailed implementations of these scenarios, please visit the examples directory. You can use the scenarios as a quick way to experiment with the SDK.

Targeted framework

The C# SDK is currently built targeting .NET Framework 4.5.1 and .NET Standard 1.5. As a result, it will work on all supported platforms.

Contributing

We are currently not accepting external contributions. However, we're keen to hear what you think, so if you have any suggestions for improvements, please raise a GitHub issue and we will respond to it.

Licensing