Skip to content

Track generic usage in search/analyze feature #457

@Intybyte

Description

@Intybyte

Problem Description

Let's say i have class Base I need to track, there are some methods, mainly in Unity, that allow you instantiate Base without calling a costructor or anything that can be tracked easily, something like ScriptableObject.CreateInstance<Base> or Resources.Load<Base>(string path).

Proposal

A solution can be adding a category for tracking usages of <Base> or any <?, ?, Base, ?>.

Alternatives

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions