Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Question How to get current Cache Server setting? (address and port)

Discussion in '2019.3 Beta' started by Kichang-Kim, Jan 28, 2020.

  1. Kichang-Kim

    Kichang-Kim

    Joined:
    Oct 19, 2010
    Posts:
    1,011
    Hi. I found that Unity 2019.3 allows project specific Cache Server setting. So Unity project have global settings and project specific settings.

    My question is how to get current Cache Server settings from script. It should be project specific setting if it is set, or global setting.

    This is need for using ScriptableBuildPipeline's cache server integration. I want to make my ScriptableBuildPipeline library use current Cache Server setting, not hard-coded host and port.

    Any ideas are welcome.

    Thanks.
     
    nik_d likes this.