question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't init project

See original GitHub issue

Cloned it on my local machine but the Game class seems to be different.

HalfMoveTimeline
LatestHalfMoveIndex
TryExecuteMove
...

Also the master branch seems to be missing ( 404 )

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
nukadeliccommented, Aug 12, 2019

Thank you for the help it works now.

just gonna drop this here, in case anyone else is facing the same issue, this is what i used inside the UnityChessLib folder

C:\Github\UnityChess\Assets\Scripts\UnityChessLib>
git clone --single-branch --branch development https://github.com/ErkrodC/UnityChessLib.git .
1reaction
ErkrodCcommented, Aug 12, 2019

‘master’ is reserved for releases. Since there have been no releases yet, ‘development’ represents the most up-to-date version of the project. The latest ‘development’ (and sub branches) will already be associated with a submodule commit hash, which will be the latest commit on the submodule branch that you need to have checked out (e.g. for UnityChess-development it’ll be the latest on UnityChessLib-development).

Also keep in mind UnityChess-master branch is currently behind the commit that initialized the UnityChessLib submodule, so try to stay off that branch for now as it may mess with your local repo settings.

Read more comments on GitHub >

github_iconTop Results From Across the Web

can't create project using react-native init
I am getting this error again and again when creating a new project using react-native init. I reinstalled react-native cli and tried again ......
Read more >
I can't initialize the project with npx react-native init command
Description I just try to create react native app without expo and I get this issue. I looked everywhere for solution but couldn't...
Read more >
Question - Unable to create project
Pretty new to unity I just downloaded the unity hub but everytime I try to create a new project I get an error...
Read more >
Cant create project - Questions and Answers
Hello everyone, i have a problem when trying to create a new project with using npm, i already search about it and it...
Read more >
Re: Cant create a new project on photoshop. - ...
Hi thanks for the quick repsonse, I am running version 23.3.2 and the error seems to not pop up but i am still...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found