Would using Accelerator require using Collaborate as well or will it work with other version control solutions as well? If so which ones will be/are supported?
At this time the Accelerator only supports the VCS provided by Collaborate. We are discussing plans for future support but haven’t locked down anything just yet.
bummer, but cool work so far. looking forward to when we might see this usable outside of collaborate!
Just want to get this straight:
If we move to Unity 2019.3, the Asset Cache no longer provides any benefit since the Asset Database is no V2.
So we need the Accelerator instead.
I have no use for Collaborate (as we’re a git shop), but we definitely need the asset caching. So we can setup Accelerator even though we’re not using Collaborate to get that impact, correct?
David
@nsxdavid , yes, once we’ve landed support for communicating with the Accelerator from Unity Editors in the 2019.3 beta cycle, you will be able to use the new Asset Import Pipeline (V2) from those Editors to utilize the Accelerator to avoid needing to reimport assets. There is no requirement to use Collaborate (that’s just an additional benefit for folks that are part of Unity Teams).
The 2019.3 Editors still support the original (legacy) V1 pipelines, too, which can continue to utilize the old Cache Server, if you’re already set up in that way. The version of pipeline in use is stored within the project settings and is preserved when opening older projects in the new Editor.
@bradunity So you’re saying the current beta doesn’t even use the Accelerator for the V2 pipeline? It’s very confusing, especially since there’s all this documentation for setting up exactly that.
Yes, [mention|PdkTHsDkwl6T538oTbYQFA==], that’s correct. We missed our release target for supporting both before this announcement and decided to roll forward so that we didn’t hold back our customers using Unity Teams. We also recognize that our messaging around this was confusing and are trying to be extra responsive in the forums and blog comments as we update the FAQ to more clearly describe the situation while we wait for the upcoming release that will include full support for both.
I apologize for how this has landed–it was a big miss on our part. Hopefully, through questions from folks like you, we’re helping others as they dig into the new product. So, I sincerely thank you and everyone else asking after it. It really helps the whole community.
@bradunity I’ve been test-porting our very large project to U2019.3. Lots of issues, but I finally got it sort of working. I’m surprised by just how janky this point release seems compared to past ones, I guess just a lot has changed under the hood.
But, obviously, we can’t move to this until the Accelerator works with asset pipeline V2. We really rely on the asset cache to keep our pretty large team efficient.
@bradunity Also, even though I rolled a Unity 2019.2 project that used V1 pipeline (naturally) and cache server forward to U2019.3… it switched to V2. Which is not what you stated you expected to happen above.
@nsxdavid , I was incorrect regarding the preservation of v1 when opening a project with 2019.3. Apparently, this is the expected path for 2019.3 editors, to auto-upgrade older projects to v2. Sorry about misleading you on that.
We’re now supporting configuration to use the Accelerator with the latest Unity Editor release (beta 6), however, with some important caveats to consider. More details in Unity Accelerator for Asset Import Pipeline v2 Out Now!
Awesome, thanks!
Per that thread:
“In the Preferences window, the Check Connection button is not operational in the 2019.3 Beta 6. This functionality will be added in a future Beta release.”
As such, how can I confirm that the connection is working? The button is enabled, and clicking it currently gives me “connection failed” (I have restarted unity already)
Yes, the button isn’t functional, unfortunately. We have a fix in flight, but it missed the cutoff to be included in the Beta 6 release.
For now, the only way to know if you’re using the Accelerator is to look at your Editor.log for lines matching content like the following…
Using Asset Import Pipeline V2
…
RemoteAssetCacheGetArtifact
…
RemoteAssetCache::AddArtifactToCacheServer
Hope it will work in the future with just local files and nothing remote, just local git
@Lars-Steenhoff , I’m not sure I follow your suggestion… The Asset Import Pipeline V2 does not require use of the Accelerator, using a local Asset Database, and has nothing to do with git.
I think I misunderstood what accelerator does, basically I’m looking for this: background importing and compressing of textures.
But if I understood it correctly this will come as part of the asset pipeline v2 correct?
@Lars-Steenhoff , I’m not sure. I’d recommend asking in a broader context to explicitly call out your question in its own thread, perhaps in https://forum.unity.com/categories/graphics.75/
Hello, is there any support for the latest update of unity2020.1.a7 in UnityHub?
@Yijiankeji , yes, Unity Editor 2020.1.0a7 supports the Accelerator, too, with the same caveats noted in Unity Accelerator for Asset Import Pipeline v2 Out Now!