Kamil

Results 4 issues of Kamil

When using Perplexity in Chrome, I have this section hidden as I find it distracting (can be done via JavaScript). Can you please add the ability to run custom JavaScript...

Can we get component only from specified SerializeField object? For example: ```cs private class AnimatorOnModelFilter : SceneRefFilter { public override bool IncludeSceneRef(Animator animator) { // Get the EnemyController component var...

When I try to use Extract Component to File option and select current directory, it will result in an error: ![image](https://github.com/user-attachments/assets/804403cb-cd16-49e4-8ca3-5f6697119e5c) ![Screenshot 2024-12-27 184559](https://github.com/user-attachments/assets/9ef37287-0b3c-4ec1-b099-62313d294995) ![Screenshot 2024-12-27 184620](https://github.com/user-attachments/assets/8b64ee7c-d37f-4794-b679-7e8aac3a634d) ![image](https://github.com/user-attachments/assets/96ad7c5b-7988-40ed-9f20-42df8db013f7) If I...

I think it's needed to unsubscribe from events in `OnDestroy` to prevent memory leaks, such as: ```cs private void OnDestroy() { if (StatsManager.Instance != null) { StatsManager.Instance.OnStatsChanged -= OnStatsChanged; }...

bug