You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where path is the full path to TMPE.log. Note that if the path has mixure of forward vs. back slashes (Application.dataPath uses forward slashes), it won't work properly. That can be resolved by using:
path=Path.GetFullPath(path);
The text was updated successfully, but these errors were encountered:
Might be something worth adding to settings UI - only works on Windows currently:
Where
path
is the full path to TMPE.log. Note that if the path has mixure of forward vs. back slashes (Application.dataPath
uses forward slashes), it won't work properly. That can be resolved by using:The text was updated successfully, but these errors were encountered: