Hello!
I used to acces the CinemachineBasicMultiChanelPerlin with GetCineMachineComponent on the virtualCamera, now, Im trying to acces the same component on Cinemachine 3.1.2 and im having no luck, does someone know how to acces it on the new version?
Have you found the noise section in the documentation? That will be the first place to start… I know it can be confusing because Google will return you other versions of the docs, but until you find it in the docs, you can’t be sure you’re using it.
It’s pretty similar to CM2.
The dropdown is a shortcut for adding the CinemachineMultiChannelPerlin behaviour, which you will find in the inspector.
And once added the Noise from inspector, how can I modify it trhough code???
I have looked in the cinemachine docs, but I cant seem to find any way to modify the values trhough code :((.
It’s the same way you modify any behaviour. Get the component and modify the public fields. What changes to you want to make?