handzlikchris / handzlikchris/FastScriptReload

Request: Need to reload scripts from packages (located in different folder than /Assets)

Aperta
#71 4 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
C#
Stelle
2.2k
Fork
167
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

There doesn't seem to be an easy way to get these paths for cross-device setup. Seems like each developer will have to hardcode this themselves based on their project directory.

Tried something like this;
```
public static class ProjectPaths
{
public static string projectRoot => Path.GetDirectoryName(Application.dataPath);
public static string submodulesDirectory => Path.GetDirectoryName(Application.dataPath) + "/Submodules";
}
```
with , but doesn't seem to work.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.