Unity icon indicating copy to clipboard operation
Unity copied to clipboard

No Github option in window dropdown

Open Woolton opened this issue 5 years ago • 3 comments

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

Woolton avatar Aug 14 '20 01:08 Woolton

Same for me

AlbinSjoegren avatar Sep 05 '20 16:09 AlbinSjoegren

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.

vpeter1119 avatar Oct 20 '20 13:10 vpeter1119

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.

ThanksSkeleton avatar Nov 25 '20 22:11 ThanksSkeleton