3 Commits

Author SHA1 Message Date
a131ed10f9 build: Update project version 2025-07-10 02:17:27 +08:00
ad0797585b ci: Update plugins 2025-07-10 02:15:58 +08:00
304ab10491 fix: Restore debugging event sources 2025-07-10 02:15:47 +08:00
60 changed files with 1418 additions and 13 deletions

View File

@@ -1,3 +1,3 @@
using System.Reflection;
[assembly: AssemblyVersion("0.0.9")]
[assembly: AssemblyVersion("0.0.10")]

View File

@@ -160,7 +160,7 @@ namespace Cryville.EEW.Unity {
bool _verified;
void BuildWorkers() {
App.MainLogger.Log(1, "App", null, "Building workers");
#if false//UNITY_EDITOR
#if UNITY_EDITOR
_worker.AddWorker(new WolfxWorker(new Uri("ws://localhost:9995/wolfx")));
_worker.AddWorker(new JMAAtomWorker(new Uri("http://localhost:9095/eqvol.xml")));
_worker.AddWorker(new FANStudioWorker<FANStudio.Model.CEAEEW>(new("ws://localhost:9995/fan/cea")));

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 0444abb2bb6ae5c44a7f7ee60b312f0d
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More