Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR for code review #1

Open
wants to merge 9 commits into
base: starting-point
Choose a base branch
from
Open

PR for code review #1

wants to merge 9 commits into from

Conversation

tomczoink
Copy link
Contributor

No description provided.

Copy link

@marcduiker marcduiker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have to read up on Unity and the UnityPackages. It doesn't feel completely right that dlls require to be added to the repo like this. Usually dependencies are added to the project file (csproj) and restored (downloaded) when a build is done. Is there no csproj file for this project?

It mostly my unfamiliarity with Unity that confuses me and not your code though! :D

Could you update the README with some instructions how to get things running locally?

public class AblyManagerBehavior : MonoBehaviour
{
private AblyRealtime realtime = new AblyRealtime(
new ClientOptions { Key = "INSERT_YOUR_ABLY_API_KEY_HERE" }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does Unity allow to read env variables using System.Environment.GetEnvironmentVariable()? Usually keys/secrets are in settings files (json) which are read via System.Environment.GetEnvironmentVariable(). The json files themselves can be gitignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants