INDRAJITH EKANAYAKE
INDRAJITH EKANAYAKE

Reputation: 4294

Unity crashed when enabling Vuforia

My editor crashes when enabling "Vuforia Augmented Reality Supported" in XR settings. Following are the steps which I followed,

Steps to Repro:
1. Create a new project.
2. File > Build Settings > player settings > Player.
3. Enable "Vuforia Augmented Reality" checkbox from XR settings.

Environment:
Occurring on Windows 10
Unity version 2019.2.13

Demo Video:
enter image description here

What is the reason for the crashing Unity engine? I'm looking for a solution to my problem.

Upvotes: 2

Views: 2725

Answers (1)

INDRAJITH EKANAYAKE
INDRAJITH EKANAYAKE

Reputation: 4294

Since there is no answer yet I would like to post what I have done to solve this matter. As @kartik Shah said this could be a bug. So I checked previous unity bug reportings and finally, I have found this which is a kinda similar situation. So finally I came to conclusion this is a bug of current version 2019.2.13 and I did the following to reset unity editor into LTS(Latest Stable version) which is 2018.4.13,

Open unity hub -> Installs -> Add -> Select LTS version -> Select the modules that you want -> Click Done enter image description here

This will download only the modules which you need to update and other modules remain as it is.

ps: If you don't have Unity Hub you can download it from here.

Upvotes: 2

Related Questions