Skip to content
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

Add support for Addressables #461

Open
1 of 9 tasks
Monsoonexe opened this issue Dec 21, 2023 · 1 comment
Open
1 of 9 tasks

Add support for Addressables #461

Monsoonexe opened this issue Dec 21, 2023 · 1 comment
Assignees
Labels
AssetManagement Service : AssetManagement feature Issue type : Feature request no-issue-activity

Comments

@Monsoonexe
Copy link

Monsoonexe commented Dec 21, 2023

Service

  • WebView
  • AssetManagement
  • Communicator
  • LogViewer
  • Manager
  • UI
  • Profiler
  • Adapter
  • DLST

Version

1.2.2

Development Environment

2019.4.40 LTS

Current Behavior

The Asset Map locates direct object references to Unity Objects. References to Unity Objects through classes in the Addressables package (e.g. AssetReference, AssetReferenceGameObject) are serialized differently, so the Asset Map can't detect these references.

Expected Behavior

While the GetDependencys class is looking through an object's serialized properties for object references, it could also look for classes that derive from known classes in the Addressables package, and get the guid that way.

The Asset Map could distinguish between 'direct' and 'indirect' references. This could be indicated on the Map with a different colored line.

Obviously assets referenced by their address, e.g. a string literal, cannot be tracked at all.

@Monsoonexe Monsoonexe added the feature Issue type : Feature request label Dec 21, 2023
@smflt-nhn smflt-nhn self-assigned this Dec 21, 2023
@smflt-nhn smflt-nhn added the AssetManagement Service : AssetManagement label Dec 21, 2023
Copy link

Stale issue. Please check this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AssetManagement Service : AssetManagement feature Issue type : Feature request no-issue-activity
Projects
None yet
Development

No branches or pull requests

2 participants