MOD dev - Cannot specify local DEV path: 2017-11-21 06:05:17 |
TheMicah
Level 55
Report
|
I'm trying to develop a mod but am having trouble specifying a local path to my mod.
If I execute `pwd`, I get the path /Users/mhuff/warlight/ExampleMods/AirdropMod
Putting that into the Unity new mod UI, I get the error that that path does not exist on my local machine.
Is this is a known problem? Workaround?
|
MOD dev - Cannot specify local DEV path: 2017-11-21 06:24:04 |
Fizzer
Level 64
Warzone Creator
Report
|
/Users should be a full path on a mac. I'm not sure why it wouldn't work, does it work if you add a / at the end?
|
MOD dev - Cannot specify local DEV path: 2017-11-21 14:18:03 |
TheMicah
Level 55
Report
|
Fizzer - I've tried both with and without the / at the very end. I'm running Chrome 62.0.3202.94 on OS X High Sierra. I was able to push to github and use that but that's definitely less-than-ideal from an R&D perspective. I'm guessing it is some sort of setting in the browser that is preventing access?
|
MOD dev - Cannot specify local DEV path: 2017-11-21 16:46:40 |
Fizzer
Level 64
Warzone Creator
Report
|
|