Hello

Is there a way to access on python script, the current unity scene name?
I'm using
filepath = hou.pwd().evalParm("output_dir")
to give a path for my json export.
But I need to match the export name file with the current unity scene.

Thanks in advance for your help.