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

Incompatibility with Unity 2019.3.13f1+ #18

Closed
JakeRabinowitz opened this issue Jun 15, 2020 · 4 comments
Closed

Incompatibility with Unity 2019.3.13f1+ #18

JakeRabinowitz opened this issue Jun 15, 2020 · 4 comments

Comments

@JakeRabinowitz
Copy link

Hi, when I try to create a BGCurve using Unity 2019.3.13f1 or Unity 2019.4.0f1, it doesn't display any of the point selection UI, or the overlay when holding ctrl. It works when I use 2019.1.8f1, so this might be related to the Unity UI refresh that happened as part of 2019.3?

Test Steps:

  1. Install Unity 2019.3.13f1 or 2019.4.0.f1 using Unity Hub
  2. Create a new project using Unity Hub.
  3. Window > Asset Store > Import BGCurve.
  4. In Hierarchy window: Right Click > Create Other > BansheeGZ > BG Curve.

Ctrl clicking / ctrl shift clicking doesn't work. Manually adding points in the inspector doesn't show them.

Here's a screenshot showing side-by-side unity 2019.1 and 2019.4 with identical scenes & points.

BGCurveIncompatibility

Thanks!

@banshee-gzzz
Copy link
Contributor

Hello, thank you for reporting the issue!
Unfortunately, I was not able to reproduce it, it works fine for me with both Unity 2019.3.13f1 and 2019.4.0.f1

Could you please check if "Show Curve" toggle is on under "Settings" tab as shown on the image below?
If it's on and you still do not see the curve- could you please send me your project so we could investigate this issue?
Or alternatively, export your scene (Assets->Export package) with "Include dependencies" toggle on (please, see the screenshot below)
Thank you in advance
Support_06_15_2020
Support_06_15_2020_2

@JakeRabinowitz
Copy link
Author

Thanks for the quick reply!

The "Show Curve" toggle was on, so that's not the issue.

Here's the entire project: https://drive.google.com/file/d/1u7rSLeT703Lb2ESgeBgHGc-2PYdsM4Z8/view?usp=sharing
And just the scene: https://drive.google.com/file/d/1WooRWuLACArj7Oo1HBWO6Kw81tJAYuTt/view?usp=sharing

Thank you!

@banshee-gzzz
Copy link
Contributor

Thank you for the project- it helped a lot!
We found the problem- "Gizmos" button was turned off so Editor's code, drawing the curve was not called
Turning this button on fixed the issue for me (please, see the screenshot below)

Support_06_15_2020_3
.

@JakeRabinowitz
Copy link
Author

Oh man 🤦 I should have noticed that. Thanks so much for your help!

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

No branches or pull requests

2 participants