-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V8 composition 2 #93
V8 composition 2 #93
Commits on Mar 12, 2023
-
initial spacedock.info support
this adds basic support for loading mods from spacedock.info this currently does not handle dependencies or dependency resolution there are issues with the new package loading design that need to be resolved
Configuration menu - View commit details
-
Copy full SHA for 5f8b62f - Browse repository at this point
Copy the full SHA 5f8b62fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cd41be - Browse repository at this point
Copy the full SHA 3cd41beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4279c2a - Browse repository at this point
Copy the full SHA 4279c2aView commit details -
Update PackageManager UI add load spinner/resizing
Add a loading spinner to indicate when packages are refreshing Add a Resize thumb between package list and current package view
Configuration menu - View commit details
-
Copy full SHA for f6b1ee8 - Browse repository at this point
Copy the full SHA f6b1ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9baabda - Browse repository at this point
Copy the full SHA 9baabdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e3767e - Browse repository at this point
Copy the full SHA 1e3767eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 407549a - Browse repository at this point
Copy the full SHA 407549aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b19ce88 - Browse repository at this point
Copy the full SHA b19ce88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 146409f - Browse repository at this point
Copy the full SHA 146409fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3888016 - Browse repository at this point
Copy the full SHA 3888016View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07916b3 - Browse repository at this point
Copy the full SHA 07916b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b88f360 - Browse repository at this point
Copy the full SHA b88f360View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad0295f - Browse repository at this point
Copy the full SHA ad0295fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d98a43 - Browse repository at this point
Copy the full SHA 1d98a43View commit details -
Configuration menu - View commit details
-
Copy full SHA for d48b776 - Browse repository at this point
Copy the full SHA d48b776View commit details -
Configuration menu - View commit details
-
Copy full SHA for e37767e - Browse repository at this point
Copy the full SHA e37767eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ea487a - Browse repository at this point
Copy the full SHA 2ea487aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cee32cf - Browse repository at this point
Copy the full SHA cee32cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fed4c25 - Browse repository at this point
Copy the full SHA fed4c25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fd2dde - Browse repository at this point
Copy the full SHA 6fd2ddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfb5ce4 - Browse repository at this point
Copy the full SHA dfb5ce4View commit details -
Fix SpaceDock asmdef using guid asm refs
Unity versions lower than 2020.1 do not support using Assembly Definition references via GUIDs and must use string matches.
Configuration menu - View commit details
-
Copy full SHA for ca7b610 - Browse repository at this point
Copy the full SHA ca7b610View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc741f4 - Browse repository at this point
Copy the full SHA fc741f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b98eca - Browse repository at this point
Copy the full SHA 3b98ecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73df20d - Browse repository at this point
Copy the full SHA 73df20dView commit details -
Fix issue with images not loading in MD
The GameObject being destroyed after an image was loaded was leading to other loads being cancelled. There is no need to manually destroy this game object because it is created as HideAndDontSave and will therefor automatically be destroyed by unity when the domain unloads
Configuration menu - View commit details
-
Copy full SHA for fd6a8cd - Browse repository at this point
Copy the full SHA fd6a8cdView commit details -
Destroy texture objects when images detach from panel
Images will be loaded into memory and never unloaded when downloaded using the MarkdownElement. When the Image element is created for MarkdownElement, we will attach a DetachFromPanelEvent to it so that it will have Unity destroy the Texture object.
Configuration menu - View commit details
-
Copy full SHA for daa703c - Browse repository at this point
Copy the full SHA daa703cView commit details -
Rework PackageManager UI around Markdown
Utilize MarkdownElements for the Package Header, Body, and Footer sections so that their content is more customizable per PackageSource. Additional work needs to be done here to improve the workflow and modularity of this facet.
Configuration menu - View commit details
-
Copy full SHA for c0c8354 - Browse repository at this point
Copy the full SHA c0c8354View commit details -
Change Restart prompt and Beep into ImportExtensions
This should resolve some issues with unnecessary prompts, and also enable each to enabled independently of eachother
Configuration menu - View commit details
-
Copy full SHA for 6507cb3 - Browse repository at this point
Copy the full SHA 6507cb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f16e46 - Browse repository at this point
Copy the full SHA 3f16e46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1099d29 - Browse repository at this point
Copy the full SHA 1099d29View commit details -
Implement naive image caching for Markdown
Images were always loading from their sources. Images will now cache instead, reducing latency and network usage
Configuration menu - View commit details
-
Copy full SHA for 82a66a2 - Browse repository at this point
Copy the full SHA 82a66a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e8492e - Browse repository at this point
Copy the full SHA 3e8492eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1a0b85 - Browse repository at this point
Copy the full SHA f1a0b85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a614cd - Browse repository at this point
Copy the full SHA 7a614cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c03174 - Browse repository at this point
Copy the full SHA 0c03174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6758743 - Browse repository at this point
Copy the full SHA 6758743View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad8a469 - Browse repository at this point
Copy the full SHA ad8a469View commit details -
Configuration menu - View commit details
-
Copy full SHA for d887c79 - Browse repository at this point
Copy the full SHA d887c79View commit details -
Separate out ImageElementFactory
The ImageElement code for VisualElementFactory became too substantial for a clean class, so it has been split off into its own factory class
Configuration menu - View commit details
-
Copy full SHA for bfc627d - Browse repository at this point
Copy the full SHA bfc627dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b4719 - Browse repository at this point
Copy the full SHA a0b4719View commit details -
Add display showing image cache size, file count, and a button to clean the cache
Configuration menu - View commit details
-
Copy full SHA for 45fe1fc - Browse repository at this point
Copy the full SHA 45fe1fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba4b91 - Browse repository at this point
Copy the full SHA 3ba4b91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fe044a - Browse repository at this point
Copy the full SHA 3fe044aView commit details -
Configuration menu - View commit details
-
Copy full SHA for de52ab5 - Browse repository at this point
Copy the full SHA de52ab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b36262 - Browse repository at this point
Copy the full SHA 0b36262View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99f46ab - Browse repository at this point
Copy the full SHA 99f46abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 304c828 - Browse repository at this point
Copy the full SHA 304c828View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5666862 - Browse repository at this point
Copy the full SHA 5666862View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19db45f - Browse repository at this point
Copy the full SHA 19db45fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1670516 - Browse repository at this point
Copy the full SHA 1670516View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57e2384 - Browse repository at this point
Copy the full SHA 57e2384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 283a044 - Browse repository at this point
Copy the full SHA 283a044View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7e3819 - Browse repository at this point
Copy the full SHA e7e3819View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70b15b1 - Browse repository at this point
Copy the full SHA 70b15b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d325f2 - Browse repository at this point
Copy the full SHA 0d325f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46c8276 - Browse repository at this point
Copy the full SHA 46c8276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 443f744 - Browse repository at this point
Copy the full SHA 443f744View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7fe08c - Browse repository at this point
Copy the full SHA b7fe08cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a25e508 - Browse repository at this point
Copy the full SHA a25e508View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1432c4d - Browse repository at this point
Copy the full SHA 1432c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcbd182 - Browse repository at this point
Copy the full SHA fcbd182View commit details
Commits on Mar 18, 2023
-
AddressablePreviewStage provides the ability to load an addressable asset onto a custom Stage for viewing Addressable Prefabs. This provides access to the prefabs transform hierarchy and components.
Configuration menu - View commit details
-
Copy full SHA for 8d6fa9d - Browse repository at this point
Copy the full SHA 8d6fa9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f77f798 - Browse repository at this point
Copy the full SHA f77f798View commit details -
migrate to classic switch due to Unity 2019.4- not supporting pattern…
… matching switches
Configuration menu - View commit details
-
Copy full SHA for 6c869e3 - Browse repository at this point
Copy the full SHA 6c869e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 236bd6f - Browse repository at this point
Copy the full SHA 236bd6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e19b019 - Browse repository at this point
Copy the full SHA e19b019View commit details -
Improve compatibility with Addressables package
This likely is incomplete, but this will allow the games addressable catalog to load and to load assets from the games library while the Addressables Package is installed. This may interfere with Addressable building functionality, this needs to be investigated heavily
Configuration menu - View commit details
-
Copy full SHA for 4b56ffb - Browse repository at this point
Copy the full SHA 4b56ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b99245 - Browse repository at this point
Copy the full SHA 2b99245View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2463530 - Browse repository at this point
Copy the full SHA 2463530View commit details
Commits on Mar 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 39f7c50 - Browse repository at this point
Copy the full SHA 39f7c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5939284 - Browse repository at this point
Copy the full SHA 5939284View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a12ad6 - Browse repository at this point
Copy the full SHA 5a12ad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4d2d00 - Browse repository at this point
Copy the full SHA d4d2d00View commit details
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e60ceab - Browse repository at this point
Copy the full SHA e60ceabView commit details
Commits on Mar 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6b7cd23 - Browse repository at this point
Copy the full SHA 6b7cd23View commit details
Commits on Apr 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7997de2 - Browse repository at this point
Copy the full SHA 7997de2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b151e6 - Browse repository at this point
Copy the full SHA 9b151e6View commit details -
Fix ImportConfiguration not saving after the last step resulting in e…
…xecution of the last importer on every domain reload
Configuration menu - View commit details
-
Copy full SHA for d9d4459 - Browse repository at this point
Copy the full SHA d9d4459View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d3b0e - Browse repository at this point
Copy the full SHA b5d3b0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eeab91 - Browse repository at this point
Copy the full SHA 2eeab91View commit details -
Configuration menu - View commit details
-
Copy full SHA for f751bb3 - Browse repository at this point
Copy the full SHA f751bb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c496dcb - Browse repository at this point
Copy the full SHA c496dcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 575d5d3 - Browse repository at this point
Copy the full SHA 575d5d3View commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 587dcfc - Browse repository at this point
Copy the full SHA 587dcfcView commit details
Commits on Apr 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d513b41 - Browse repository at this point
Copy the full SHA d513b41View commit details -
AddressablePreviewStage only when TK_ADDRESSABLE defined
Update AddressablePreviewStage so that it is only compiled when TK_ADDRESSABLE is a defined symbol
Configuration menu - View commit details
-
Copy full SHA for f46679f - Browse repository at this point
Copy the full SHA f46679fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff15a0d - Browse repository at this point
Copy the full SHA ff15a0dView commit details -
Catch exceptions when trying to delete
We just don't care, if the delete fails we try to overwrite, if that fails, we can't do anything about it anyways
Configuration menu - View commit details
-
Copy full SHA for 6af5adf - Browse repository at this point
Copy the full SHA 6af5adfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc17b8c - Browse repository at this point
Copy the full SHA cc17b8cView commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5cecba6 - Browse repository at this point
Copy the full SHA 5cecba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47260ed - Browse repository at this point
Copy the full SHA 47260edView commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9f1c1e1 - Browse repository at this point
Copy the full SHA 9f1c1e1View commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bba33b5 - Browse repository at this point
Copy the full SHA bba33b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d5caa3 - Browse repository at this point
Copy the full SHA 7d5caa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88c5e23 - Browse repository at this point
Copy the full SHA 88c5e23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5050b12 - Browse repository at this point
Copy the full SHA 5050b12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb5b1e - Browse repository at this point
Copy the full SHA 3fb5b1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7044bee - Browse repository at this point
Copy the full SHA 7044beeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e63800e - Browse repository at this point
Copy the full SHA e63800eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd424b9 - Browse repository at this point
Copy the full SHA cd424b9View commit details
Commits on Apr 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 04ce2b6 - Browse repository at this point
Copy the full SHA 04ce2b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50e265a - Browse repository at this point
Copy the full SHA 50e265aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8bf5e5 - Browse repository at this point
Copy the full SHA d8bf5e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 548c8fb - Browse repository at this point
Copy the full SHA 548c8fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3394f61 - Browse repository at this point
Copy the full SHA 3394f61View commit details -
Fix Package Installation with SpaceDock
This also technically impacts Thunderstore sources but shows no discernable effects on the tested packages.
Configuration menu - View commit details
-
Copy full SHA for 199d206 - Browse repository at this point
Copy the full SHA 199d206View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1052e6a - Browse repository at this point
Copy the full SHA 1052e6aView commit details -
Remove warning messages for package name cleanup
This was just too verbose and spams the unity console.
Configuration menu - View commit details
-
Copy full SHA for 7d97d8a - Browse repository at this point
Copy the full SHA 7d97d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd94cbb - Browse repository at this point
Copy the full SHA bd94cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2891168 - Browse repository at this point
Copy the full SHA 2891168View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28a018c - Browse repository at this point
Copy the full SHA 28a018cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ec5bf - Browse repository at this point
Copy the full SHA c2ec5bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 291b1cc - Browse repository at this point
Copy the full SHA 291b1ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff23697 - Browse repository at this point
Copy the full SHA ff23697View commit details -
Configuration menu - View commit details
-
Copy full SHA for 584943e - Browse repository at this point
Copy the full SHA 584943eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6a7d4a - Browse repository at this point
Copy the full SHA c6a7d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a62ddc - Browse repository at this point
Copy the full SHA 2a62ddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e06201f - Browse repository at this point
Copy the full SHA e06201fView commit details
Commits on May 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b8b86e - Browse repository at this point
Copy the full SHA 9b8b86eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18e3006 - Browse repository at this point
Copy the full SHA 18e3006View commit details -
Configuration menu - View commit details
-
Copy full SHA for dec6d56 - Browse repository at this point
Copy the full SHA dec6d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1212437 - Browse repository at this point
Copy the full SHA 1212437View commit details -
Add DisableAssemblyUpdater ImportExtension
Adds an Import Extension which recommends and allows automatically disabling Assembly Updating before an import occurs.
Configuration menu - View commit details
-
Copy full SHA for 2c124b9 - Browse repository at this point
Copy the full SHA 2c124b9View commit details
Commits on May 2, 2023
-
Simplify and improve ImportExtension loading
ImportExtension loading and reloading could lead to invalid extensions, missing script issues, and lost data. This reworks the system by conducting major simplifications by utilizing TypeCache to identify extensions, and consolidating loading code. The new system will always create a fresh instance of the ImportConfiguration, and will then copy its settings from the prior instance preserving user configuration when possible. This follows standard Unity Serialization principles.
Configuration menu - View commit details
-
Copy full SHA for 01c0d47 - Browse repository at this point
Copy the full SHA 01c0d47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8422dfe - Browse repository at this point
Copy the full SHA 8422dfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d960b49 - Browse repository at this point
Copy the full SHA d960b49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f3a4a6 - Browse repository at this point
Copy the full SHA 0f3a4a6View commit details -
Convert Unity Version Check to OptionalExecutor
This is to allow more easily debugging when there is an issue with import being blocked by a version check issue. This also allows more adventurous users to test more complex environment configurations at their own risk.
Configuration menu - View commit details
-
Copy full SHA for f9fe0d0 - Browse repository at this point
Copy the full SHA f9fe0d0View commit details -
Fix ImportConfiguration.name not always being set
This seems to have affected at least Unity 2020.1
Configuration menu - View commit details
-
Copy full SHA for 1b4767f - Browse repository at this point
Copy the full SHA 1b4767fView commit details