#Hi everybody, i would like to ask how

1 messages · Page 1 of 1 (latest)

surreal lintel
#

The UGS CLI or deployment window are two ways to do it

cloud niche
surreal lintel
#

For the deployment window, there's a deploy all.

@worthy palm Any additional insights for both CLI & Deployment workflows?

cloud niche
surreal lintel
#

I'll let @worthy palm chime in here as he's more aware of the possible solutions

  • any feedback on those workflows (gaps, issues, improvements) is really valuable for us to improve to prioritize improvements!
worthy palm
# cloud niche What i am asking is, do i need to upload every single economy item or is there a...

Hi @cloud niche , to deploy those items, you have a few options:

  1. Select them with the checkbox on the left, (or their ddef) and hit "Deploy Selected"
  2. Select Deploy all
  3. With the CLI, do ugs deploy Assets/Economy -e myOtherEnv (or whatever the path it is at)

To change the environment in the editor hit the top right of the deployment editor and "Environment Settings" OR go to project settings > Serices >Environments

Either of those will change the environment you deploy to

Let me know if that answers your question 🙂

cloud niche
worthy palm
# cloud niche ok but if i don't have the economy items on the unity editor but only on the das...

There is, through the CLI:
ugs fetch Assets/Economy -s economy --reconcile --dry-run
reconcile will add/delete/modify the existing files in the editor, so I recommend you run a dry-run first to see what the results will be

Alternatively, you can just dump them into a different folder and then ensure that you get what you want yourself with your favorite diff tool

mkdir Assets/Economy2
ugs fetch Assets/Economy2 -s economy --reconcile

We are thinking of adding the fetch functionality back into the editor, let us know what you think.

Also, where would you have looked for the answers to this question?

cloud niche
cloud niche
#

Now i get how it works, thank you, a simple description like that would help a lot in the DOC if you can

cloud niche
#

"We are thinking of adding the fetch functionality back into the editor, let us know what you think." Would be great and much quicker

worthy palm
#

There's a lot of services so its not easy to manage where to put cross-platform concerns. Any ideas of where you'd look could help us better organzie stuff, even with some redundancy

cloud niche
#

Maybe is better to call it Read/Write configuration