game-ci/unity-request-activation-file

Incorrect unity version

LuisMayo opened this issue · 3 comments

Bug description

It is generating a License for a different version that the one currently in use

How to reproduce

  1. Have a repository with a unity project
  2. In the folder ProjectSettings/ProjectVersion.txt have the following content:
m_EditorVersion: 2020.3.13f1
m_EditorVersionWithRevision: 2020.3.13f1 (71691879b7f5)
  1. When running the request activation file, the following file is returned: Unity_v2019.2.11f1.alf

Expected behavior

It should return a file for the 2020 version of unity.

Additional details
The builder part of your project is also having trouble finding the ProjectVersion.txt, as well as the .git

Maybe my folder structure is not ok? Here it is.

image

While that is semantically true, it will actually work across all versions as we hardcoded the machine id for CI in our docker images.

Please just refer to the official docs instead. It works exactly the same way.

https://game.ci/docs