Question Correct Unity version for VAM

defaultMale

New member
Joined
May 18, 2022
Messages
1
Reactions
0
I'm interested in developing a plugin for VAM. I've had a look at a few tutorials and one mentions using Unity 2018.1.9f2. Does anyone know if this the correct version of Unity for VAM?
 
Yes, Unity 2018.1.9f2 is the version to use.
 
Upvote 0
Well that's kind of a PITA because it's no longer available.
There is download archive...
 
Upvote 0
There is download archive...
Did I stutter?

Edit: https://download.unity3d.com/download_unity/a6cc294b73ee/Windows64EditorInstaller/UnitySetup64-2018.1.9f2.exe. Hidden on Unity site for some stupid reason.
 
Last edited:
Upvote 0
unityhub://2018.1.9f2/a6cc294b73ee < ----Using this link in your browser will launch the unity hub and download the correct unity version for VaM.
I had the same trouble as you and then found a direct link 30 mins deep into a google search lol, I know it's late, but figured i'd put it out there since I stumbled on this thread looking for something else and you might not have found it yet.
 
Upvote 0
unityhub://2018.1.9f2/a6cc294b73ee < ----Using this link in your browser will launch the unity hub and download the correct unity version for VaM.
I had the same trouble as you and then found a direct link 30 mins deep into a google search lol, I know it's late, but figured i'd put it out there since I stumbled on this thread looking for something else and you might not have found it yet.
Thanks, it still works!
I met the same problem.
 
Upvote 0
unityhub://2018.1.9f2/a6cc294b73ee < ----Using this link in your browser will launch the unity hub and download the correct unity version for VaM.
I had the same trouble as you and then found a direct link 30 mins deep into a google search lol, I know it's late, but figured i'd put it out there since I stumbled on this thread looking for something else and you might not have found it yet.
The Fun police patched it
 

Attachments

  • Screenshot 2025-09-22 192535.png
    Screenshot 2025-09-22 192535.png
    34.7 KB · Views: 0
Upvote 0
The link there is for 2018.1.9f1, which isn't the one VaM is using. Every time, I'm getting a crash that reads Unity - 2018.1.9f2.a6cc294b73ee, and so far, it's only one scene, which is plenty annoying because it never happened a week prior.

Yes, version is 2018.1.9f2

If you are ever unsure, you can always add this to your script to have it print out the current version:
C#:
SuperController.LogMessage("Unity Version : " + Application.unityVersion);

How to get the Unity Version Virta A Mate is using:
1. Install Unity Hub
2. Go to the Unity archive (choose 2018 and All Versions below it)
1758818495840.png

3. Scroll down and download 2018.1.9f2
 
Upvote 0
Back
Top Bottom