Closed polybiusproxy closed 3 years ago
Ceramic is looking at default install path of Unity Hub, which is: C:/Program Files/Unity/Hub/Editor/
).
It seems your path is different and that's probably why ceramic doesn't find it.
You can however specify in your ceramic project an explicit Unity path in that case (edit your project's ceramic.yml):
app:
unity:
path: 'C:/Path/to/your/unity/editor'
Ceramic is looking at default install path of Unity Hub, which is:
C:/Program Files/Unity/Hub/Editor/
).It seems your path is different and that's probably why ceramic doesn't find it.
You can however specify in your ceramic project an explicit Unity path in that case (edit your project's ceramic.yml):
app: unity: path: 'C:/Path/to/your/unity/editor'
thanks, it worked!
Unity is not being detected by Ceramic
Hi there,
So this error appeared, when I already have Unity installed through Unity Hub, and as the wiki says, its 2020.LTS.
Location where Unity gets installed (default for me):
Screenshot of Unity:
I can't build, and I don't know what is the problem...