cuzer
New Member
Posts: 31
Posts: 31
|
Post by cuzer on Apr 20, 2016 19:52:17 GMT
Hi,
I have this bug below about `panStereo' in Unity 4. Any ideas ?
Assets/DarkTonic/MasterAudio/Editor/SoundGroupOrganizerInspector.cs(1132,54): error CS1061: Type `UnityEngine.AudioSource' does not contain a definition for `panStereo' and no extension method `panStereo' of type `UnityEngine.AudioSource' could be found (are you missing a using directive or an assembly reference?)
I read the new bug report rules, but I thought this might be a generic thing. I can send the project if it seems to be a more specific problem.
Regards.
|
|
|
Post by DarkTonic Dev on Apr 21, 2016 0:47:00 GMT
I tried quick in Unity 4.5.5f1 and there is no compile error. If you're on something older than that, it's actually no longer supported, and curiously - you wouldn't even be able to download it from the Asset Store. What's your Unity version and platform?
|
|
cuzer
New Member
Posts: 31
Posts: 31
|
Post by cuzer on Apr 26, 2016 18:12:16 GMT
Sorry for the delayed response. I'm running on Mac, Unity 4.7.1.
I re-imported Master Audio from the asset store and the pan related issue is gone now, but I have this instead:
"Assets/Plugins/DarkTonic/MasterAudio/ExampleScenes/Scripts/MA_SampleICustomEventReceiver.cs(7,61): error CS0246: The type or namespace name `ICustomEventReceiver' could not be found. Are you missing a using directive or an assembly reference?"
Also, Master audio related prefabs (MasterAudio, SoundGroupOrganizer and DynamicSoundGroupCreator) reads: "The associated script cannot be loaded. Please fi any compiler errors and assign a valid script."
|
|
|
Post by DarkTonic Dev on Apr 26, 2016 19:24:28 GMT
Ok - 4.7.1, maybe there is a compile error in that version, I will check. Didn't know that version came out...
|
|
|
Post by DarkTonic Dev on Apr 27, 2016 1:34:40 GMT
What platform? I just tried (not on Mac) with the newest from Asset Store after installing Unity 4.7.1 and I have no compile errors.
My Mac is ancient and has a very old version of Unity. I'm hoping I don't need to install on there...
|
|