The extension developer said in that thread that the solution to create a new script, but I know that the thread I linked is very old (7 years), and I was just wondering if there is a different way to handle this? I know the rendercam is also deprecated, so I also downloaded Rendy, with the same issue. Is there a tutorial that goes over how to best approach this? Apologies if there’s something obvious I missed…I am still making my way through this tutorial and the official ones, so I might not have come across it yet.
You can edit and save the properties of the script in the Outline pane after adding to a game object, but you can’t edit the code of the script file itself.
Extensuon files cannot be edited, instead, copy the extension folder and paste it as a folder in ur project then delete the original extension. That’s what I do when I want to edit extension code.
The tutorial doesn’t tell you to edit the camera.script source. It tells you to add rendercam/camera.go to your collection and then to expand camera.go in the Outline panel and select the camera.script component
Once it is selected you should modify the settings of the script in the Properties Panel:
Got it working! I messed up by trying to edit outside of the Outline pane in the main.collection…I had been clicking on the script and drilling down to the script’s outline view and changing that, but when I just changed the attributes at the main.collection level, it saved properly. Thanks, everyone!