particlesystem.emissionRate is obsolete and i can’t seem to find any solution to it… Apparently i should use particlesystem.emission.rate, but i can’t set a value like that. It’s the same with all the other parts using particlesystems. I searched for solutions but it’s all too complicated and i don’t really understand any of it since i’m a beginner. So, can someone tell me is there any harm if i use obsolete commands.
Thanks.
It depends on the specific command being used. If it has recently gone obsolete then it will usually still work. Furthermore, some obsolete functionality may not play well with new systems that were implemented.
I don’t know much about particle systems so I can’t give you any help there. If it is working, you can keep using it, but you’re kind of walking into dangerous waters - you could end up running into a limitation of the obsolete functionality that causes you to have to change your entire implementation.