github-for-unity / Unity

GitHub for Unity
https://unity.github.com/
MIT License
3.02k stars 448 forks source link

No Github option in window dropdown #1119

Closed Woolton closed 1 year ago

Woolton commented 4 years ago

On Windows. No "GitHubUnity" folder was generated upon installing the package like the Unity youtube tutorial claimed would occur.

Description

No GitHubUnity folder exists, Github is not an option on the Window Dropdown.

Steps to Reproduce

import github unity package

Expected behavior: Window > Github > github window opens in editor

Actual behavior: Window > Github option nonexistant.

Reproduces how often: 100% image image

AlbinSjoegren commented 4 years ago

Same for me

vpeter1119 commented 3 years ago

I also have the same issue with any new project I'm trying to create in any any editor version. It works fine in previous projects, but not in new ones and can't figure out a way to solve it.

ThanksSkeleton commented 3 years ago

I encountered the same symptoms - and was able to solve it.

I found there is a quirk with Unity's extension model - if your project's scripts cannot compile, it will not compile/run extension scripts.

By ensuring that all of my project's scripts compile, the extension loaded successfully.