Hard to say what might be the best solution based on the limited info provided, but it might make sense to create / access the Dictionary
from a Singleton
instead of a specific object. Does that seem feasible?
If you did that, you could access the Dictionary
from anywhere else in your game...