When the PlusSpec or PlusDesignBuild toolbar does not appear in your SketchUp, follow this step to fix the issue.
Open the Ruby Console by clicking Extensions > Developer > Ruby Console. And then paste the script below:
For users with SketchUp 2023:
require 'fileutils'; FileUtils.rm_rf(File.join(ENV['AppData'], '..', 'local', 'SketchUp', 'SketchUp 2023', 'SketchUp', 'PrivatePreferences.json'))
For users with SketchUp 2024:
require 'fileutils'; FileUtils.rm_rf(File.join(ENV['AppData'], '..', 'local', 'SketchUp', 'SketchUp 2024', 'SketchUp', 'PrivatePreferences.json'))
If you are still experiencing the same issue, please contact support@plusspec.com
Comments
0 comments
Please sign in to leave a comment.