79334964

Date: 2025-01-07 05:40:03
Score: 2.5
Natty:
Report link

You can not add Unity Scripts to Addressable.

https://discussions.unity.com/t/can-we-make-a-script-an-addressable-in-unity/236090 https://discussions.unity.com/t/adding-scripts-to-addressables/845604

The general use of Addressable is only for Images, Sounds, other resources, and load it to your prefab or script on runtime. you should include the scripts in the build file.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: enosh15dev