Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
0
Question by subzer0 · Dec 27, 2015 at 11:05 AM · levelaccessprotection

Public void method is inaccessible due to its protection level

I am trying to access a method from another script, but I am getting the protection level error. Even though I made the method Public.

This is the method I want to access:

 public void Shoot()
         {
             timer = 0f;
             gunAudio.Play ();
             gunLight.enabled = true;
             faceLight.enabled = true;
 
             gunParticles.Stop ();
             gunParticles.Play ();
 
             gunLine.enabled = true;
             gunLine.SetPosition (0, transform.position);
 
             shootRay.origin = transform.position;
             shootRay.direction = transform.forward;
 }

And I am trying to access it from another script with this line of code:

 if (hit.transform.name == "MyObjectName" )
       GameObject.Find("Gun").GetComponent<PlayerShooting>().Shoot();

How can I make this work ?

Thanks.

Comment
Add comment · Show 3
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image corn · Dec 27, 2015 at 11:21 AM 0
Share

Is PlayerShooting a public class ?

avatar image subzer0 · Dec 27, 2015 at 11:37 AM 0
Share

yeah it is

avatar image Bunny83 · Dec 27, 2015 at 11:42 AM 0
Share

Please post the exact error message. We need the exact wording and the linenumber of the error. You can copy & paste it from the bottom half of the console window in Unity.

Also make sure you saved your file and you let Unity recompile your scripts properly.

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

5 People are following this question.

avatar image avatar image avatar image avatar image avatar image

Related Questions

how to end a level? 5 Answers

Level counter gets stuck on the first phrase. 2 Answers

How are those Resident evil/Silent hill type level transitions done? 1 Answer

Weird FindObjectWithTag and Method-Access behaviour 1 Answer

C# Documentation vs Unity3D: Private vs Internal 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges