wolfboyyang / speckle-unity

AEC Interoperability for Unity through Speckle

Home Page:https://speckle.systems/tag/unity/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connector Unity

Twitter Follow Community forum users website docs

Introduction

This repo holds Speckle's Unity Connector, it's currently released as early alpha.

This connector is meant to be used by developers, it doesn't have an elaborated UI but it offers convenience methods to send and receive data. The connector uses our Speckle .NET SDK.

unity

Documentation

More comprehensive developer documentation can be found in the Speckle Docs website.

Developing & Debugging

We encourage everyone interested to debug / hack /contribute / give feedback to this project.

Requirements

  • Unity (we're currently testing with 2020+)
  • A Speckle Server running (more on this below)
  • Speckle Manager (more on this below)

Dependencies

All dependencies to Speckle Core have been included compiled in the Asset folder until we figure out how to best reference Core.

The GraphQL library has been recompiled with a fix for Unity, see graphql-dotnet/graphql-client#318 for more info.

Getting Started ๐Ÿ

Following instructions on how to get started debugging and contributing to this connector.

Server

In order to test Speckle in all its glory you'll need a server running, you can run a local one by simply following these instructions:

If you're facing any errors make sure Postgress and Redis are up and running.

Accounts

The connector itself doesn't have features to manage your Speckle accounts, this functionality has been delegated to the Speckle Manager desktop app.

You can install an alpha version of it from: https://speckle-releases.ams3.digitaloceanspaces.com/manager/SpeckleManager%20Setup.exe

After installing it, you can use it to add/create an account on the Server.

Debugging

Open your IDE and click "Attach to Unity and Debug".

Questions and Feedback ๐Ÿ’ฌ

Hey, this is work in progress, I'm sure you'll have plenty of feedback, and we want to hear all about it! Get in touch with us on the forum!

Contributing

Please make sure you read the contribution guidelines for an overview of the best practices we try to follow.

Community

The Speckle Community hangs out on the forum, do join and introduce yourself!

License

Unless otherwise described, the code in this repository is licensed under the Apache-2.0 License. Please note that some modules, extensions or code herein might be otherwise licensed. This is indicated either in the root of the containing folder under a different license file, or in the respective file's header. If you have any questions, don't hesitate to get in touch with us via email.

About

AEC Interoperability for Unity through Speckle

https://speckle.systems/tag/unity/

License:Apache License 2.0


Languages

Language:C# 93.3%Language:ShaderLab 6.7%