Commit df74f8f
committed
fix: second-round CodeRabbit findings
- verify_compile.cmd: use %%~E to strip quotes from detected Unity path
(%%E kept surrounding quotes -> double-quoted executable); fail when
Unity exits nonzero before accepting log markers
- ManageBuild: process subtarget before the active-target short-circuit so
a 'server' request on <2021.2 errors even when platform is already active
- EncryptedFileKeyStore: correct comment (netstandard2.0, not 2.1)1 parent e940e90 commit df74f8f
3 files changed
Lines changed: 18 additions & 11 deletions
File tree
- MCPForUnity/Editor
- Security/SecureKeyStore
- Tools
- TestProjects/Unity2020Compat
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
| 235 | + | |
| 236 | + | |
244 | 237 | | |
245 | 238 | | |
246 | 239 | | |
| |||
259 | 252 | | |
260 | 253 | | |
261 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
262 | 264 | | |
263 | 265 | | |
264 | 266 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| |||
0 commit comments