%AppData% for macOS

Trying to find the %AppData% for macOS. Need to reset OBS settings. Anyone know where that’s at?

I think I got it. It’s X > Users > Y > Library > Application Support
X = Your Mac OS drive/partition name (for example: Macintosh HD)
Y = Your Mac account name

Library is an invisible folder. in the finder, in the menu bar across the top of the screen, click “go”,
choose “Go to folder”
type “~/Library/”
The tilde character is shift, and the character to the left of 1.
Library is capitalized.
~/ is your home directory

I just installed obs, it looks like it installs it’s stuff in:
~/Library/Application Support/obs-studio/

you can see what other files are currently open with OBS by typing in Terminal:
lsof | grep “^OBS”
or to get which library files are open,
lsof | grep “^OBS” | grep Library

1 Like