{"id":17316536,"url":"https://github.com/sebas77/svelto-ecs-inspector-unity","last_synced_at":"2025-09-07T18:49:16.721Z","repository":{"id":146544631,"uuid":"579725455","full_name":"sebas77/svelto-ecs-inspector-unity","owner":"sebas77","description":"Svelto.ECS Agnostic Inspector that runs in a browser","archived":false,"fork":false,"pushed_at":"2023-07-09T17:34:45.000Z","size":58,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T02:14:56.723Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sebas77.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-18T17:40:52.000Z","updated_at":"2025-03-25T08:44:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"1d02a49c-9ee8-49f8-9814-f35fbe1f5094","html_url":"https://github.com/sebas77/svelto-ecs-inspector-unity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sebas77/svelto-ecs-inspector-unity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebas77%2Fsvelto-ecs-inspector-unity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebas77%2Fsvelto-ecs-inspector-unity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebas77%2Fsvelto-ecs-inspector-unity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebas77%2Fsvelto-ecs-inspector-unity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sebas77","download_url":"https://codeload.github.com/sebas77/svelto-ecs-inspector-unity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebas77%2Fsvelto-ecs-inspector-unity/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267451242,"owners_count":24089300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T13:13:18.901Z","updated_at":"2025-07-28T01:38:57.953Z","avatar_url":"https://github.com/sebas77.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Compatible only with Unity 2021.3 and above\n\n* copy the UnityDLL~/AkroGame.ECS.Analyzer.dll and meta file (important too) and copy them in your project asset folder (compiled from https://github.com/akrogame/svelto-ecs-inspector). This dll may need the package https://github.com/merryyellow/code-analysis-3-11 installed too (Microsoft.CodeAnalysis.CSharp dependency)\n* then install the Unity package https://github.com/James-Frowen/SimpleWebTransport in your Unity project using Svelto. Follow the readme instructions to install the unity package\n* then install this repo package from the github source: git@github.com:sebas77/svelto-ecs-inspector-unity.git\n* then in your main context add the line\n```\nSveltoInspector.Attach(_enginesRoot);\n```\nRun the game.\n\nFor the client:\n\nyou can either use the URL: https://akrogame.github.io/svelto-ecs-inspector/\nor best running the node js application found at https://github.com/sebas77/svelto-ecs-inspector/tree/main/inspector but to run locally you need to apply this change\n```\n--- a/inspector/src/App.tsx\n+++ b/inspector/src/App.tsx\n@@ -26,7 +26,7 @@ function App() {\n     \u003cQueryClientProvider client={queryClient}\u003e\n       \u003cThemeProvider theme={theme}\u003e\n         \u003cContainer className=\"App\" maxWidth={false}\u003e\n-          \u003cBrowserRouter basename=\"/svelto-ecs-inspector\"\u003e\n+          \u003cBrowserRouter basename=\"/\"\u003e\n             \u003cRoutes\u003e\n               \u003cRoute path=\"\" element={\u003cMain /\u003e}\u003e\n                 \u003cRoute path=\"/\" element={\u003cDashboard /\u003e} /\u003e\n```\n\nFAQ:\n\nQ. why are engines shown multiple times? like\n\n![image](https://user-images.githubusercontent.com/945379/208312024-8a996eae-cfa7-4f2e-83f8-b0f4c41750b7.png)\n\nA. each copy is a separate query found in the engine\n\nQ. why is the analyzer targinet .net standard 2.0?\n\nA. to prevent this unity error: AkroGame.ECS.Analyzer references netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51. A roslyn analyzer should reference netstandard version 2.0\n\nQ. why is there a UnityDLL~ folder in the package? \n\nA. folders ending with ~ are ignored by Unity. You must copy the AkroGame.ECS.Analyzer.dll and install the package https://github.com/merryyellow/code-analysis-3-11\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebas77%2Fsvelto-ecs-inspector-unity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebas77%2Fsvelto-ecs-inspector-unity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebas77%2Fsvelto-ecs-inspector-unity/lists"}