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

Does not work on Unity 2023.1 and up #3

Closed
scottbot95 opened this issue May 14, 2023 · 1 comment · Fixed by #4
Closed

Does not work on Unity 2023.1 and up #3

scottbot95 opened this issue May 14, 2023 · 1 comment · Fixed by #4
Assignees
Labels
bug Something isn't working

Comments

@scottbot95
Copy link

Bug Report

Overview

Plugin fails to compile in Unity 2023 as the version of the test-framework used tries to reference a launcher that was removed.

To Reproduce

Steps to reproduce the behavior:

  1. Create Unity 2023 project
  2. Install com.openai.unity as per the README
  3. Project fails to build

Expected behavior

Plugin is usable without compile errors

Screenshots

image

Additional context

The unity issue for this indicates they have no intentions to fix is as "2.0 is never going to be released". Perhaps com.utilities.async needs to rollback the version of test-framework being used? Not sure if there were new features in 2.0 that are required.

@scottbot95 scottbot95 added the bug Something isn't working label May 14, 2023
@StephenHodgson StephenHodgson transferred this issue from RageAgainstThePixel/com.openai.unity May 14, 2023
@StephenHodgson
Copy link
Member

StephenHodgson commented May 14, 2023

2.0 is never going to be released

Well that is unfortunate

@StephenHodgson StephenHodgson self-assigned this May 14, 2023
StephenHodgson added a commit that referenced this issue May 15, 2023
- Fixes #3 Rolled back unity test framework from 2.0.1-pre.18 -> 1.3.3
github-actions bot pushed a commit that referenced this issue May 15, 2023
- Fixes #3 Rolled back unity test framework from 2.0.1-pre.18 -> 1.3.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants