Get/set global values confusion
- 
					
					
					
					
 Hi Please help me, I am going crazy trying to figure out why I cant pass values between scenes. Example patch: global.izz 
- 
					
					
					
					
 the scene's not going to update if it isn't active. 
- 
					
					
					
					
 @fubbi It's because you have an instance of your broadcaster actor in the second scene which is resending the global value. If you remove this, it's working. 


