reference to another script unity

Code Example - reference to another script unity

                
                        SomeScript script = GetComponent<SomeScript>();
// alternatively, just make it a field:
[SerializeField] protected SomeScript script;