Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 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 /
avatar image
0
Question by lampshade · Jan 10, 2011 at 06:40 AM · scriptableobjectaudioclipmonobehaviour

AudioClip in ScriptableObject

Can I play an audio file from a class type that inheriates from ScriptableObject (instead of MonoBehaviour)?

for example:

public class Foo : MonoBehaviour {

 private OnCollisionEnter(Collision col) {
     AudioClip.PlayClipAtPoint(GetComponent<AudioSource>().clip, transform.position);
 }

}

Comment
Add comment
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

1 Reply

· Add your reply
  • Sort: 
avatar image
2
Best Answer

Answer by Mike 3 · Jan 10, 2011 at 07:13 AM

You either need a reference to an AudioSource component (at which point you can call the variable audio, and your above code should work), or you need to use the static functions from AudioSource, i.e. PlayClipAtPoint, though that stops you

What you could do is make a new GameObject from code and attach an AudioSource to it, and then you can just store a reference to that

Comment
Add comment · Show 4 · Share
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 lampshade · Jan 10, 2011 at 08:47 PM 0
Share

Thanks for the help mike, I'll let you know if that works

avatar image lampshade · Jan 11, 2011 at 08:32 AM 0
Share

I think what I needed is GetComponent().clip to the respective paramater for the PlayClipAtPoint method.

avatar image Mike 3 · Jan 11, 2011 at 04:56 PM 0
Share

That then stops it from working on ScriptableObjects though. You could add in a public AudioClip variable to assign the clip to ins$$anonymous$$d if you wanted to keep it as ScriptableObject

avatar image lampshade · Jan 11, 2011 at 11:16 PM 0
Share

I think that I did not Think enough about it. The above works perfectly for not being concerned with each of the collision sound names. (this way I can just attach it to the source of the prefab) and get the component.

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

No one has followed this question yet.

Related Questions

Adding inherited class to list 1 Answer

Best practice for many similar scripts in a game? 0 Answers

How to reference MonoBehaviour in ScriptableObject? 2 Answers

new Monobehaviour as variable returns warning... 1 Answer

networkView.RPC() inside a ScriptableObject 1 Answer


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