I hoped to get the next update ready before the sale starts, but yeah, it was a little bit faster than me…
So yeah, enjoy the discount while it lasts
I hoped to get the next update ready before the sale starts, but yeah, it was a little bit faster than me…
So yeah, enjoy the discount while it lasts
Am I to assume that new version is coming soon, then?
fingers crossed for curly brackets code folding…
Yup, I hope so
I can’t promise that yet, but I’ll give my best to include it.
Can I ask you for a small favor? I need your help to spread the word…
Please like and retweet:
And/or upvote and comment on this Reddit post:
https://www.reddit.com/r/UnityAssets/comments/1fbtvv6/script_inspector_3_worlds_fastest_ide_for_unity/
Si3 performed so poorly in the last sale that I thought Unity would never invite it again, but it seems like they gave it one last chance now. I have to prove to them that it was a worthwhile move, but I’m just a programmer, not a marketing expert, so I think I can’t do that without your help.
I’d really appreciate any help you can provide.
Deconstruction compiles but SI3 shows errors in the editor.
Example:
foreach (var (k,v) in dictionary)
dictionary[k] = v+1;
Thanks! I’m fixing it…
Next release - tomorrow, it seems like
Facing issues when using Edit/Preferences/UIScaling higher than 100%. (or when changing my Desktop scale and Unity uses that scale). Tested both: 1- Unity scale = 125%, and 2- PC scale = 125%.
1- some regions do not show their + mark next to them
2- scrolling gets bugged, I keep scrolling up but it keeps glitching up and down
You might need to switch to a different tab to make the issue more visible. (Try using scripts with many collapsed regions)
The workaround (only works for the current tab if I don’t switch to another) is to Ctrl+ and Ctrl- (zoom in then out) a few times.
I managed to reproduce this - thanks @Alaadel! I’m fixing it now…
Thank you.
I noticed it also happens when there is no scaling involved. I have a script with 800+ lines and 6 regions (collapsed), (within a namespace brackets, if that makes a difference). And when I start Unity, the scripts show but are scrolled down at the bottom, and the last few regions do not have their + marks next to them.
I also noticed there is a lot of extra space at the bottom of each c# file in si3, is that intended ?
Overall, ever since the regions update I have been facing various scrolling/glitches like these.
Just now I was trying to select some lines, and si3 selected a different line; as if it was seeing a different line than the one my mouse is pointing at.
Another note is that the issue also becomes apparent when I switch tabs, or just now I switched to my browser then back to Unity.
Thanks @Alaadel for all the info, it really helped me identify the issues. The empty space at the bottom wasn’t intentional and I fixed that along with all the other issues except one that I’m still trying to fix. Once that’s fixed as well, I’ll release all the changes so far.
As much as I would like to see the new version asap, I just noticed SI3 doesn’t notice the new ()
syntax
Also during the scrolling issue above, when I try to select multiple lines going through a collapsed region, I cannot. The cursor simply stops right before the region and I cannot drag it past that, unless I zoom in/out as explained above.
Yes, I know, and I fixed it so that it won’t report an error there, for now. I’ll have to work a bit more (after this release) to also show the constructor argument hints.
Thanks! I think I fixed all these issues - there was a tiny bug that I thought is a good performance optimization, but it wasn’t always working.
Hi! For some reason, I can’t use any shortcuts involving Ctrl (e.g., Copy, Paste, Cut, Duplicate, etc.). I was using Script Inspector 3, but it suddenly stopped working. Restarting Unity doesn’t seem to help. I’m using Unity 6000.0.25f1. Thanks!
Whoa! Okay, thanks, I’ll check this ASAP…
Okay, @sfxStorm, I just checked, and Ctrl+C, V, and X all work fine for me in Unity 6000.0.25f1 on Windows, both in the Inspector window and in the standalone Si3 tabs. Cut, Copy, and Paste also work from the main Edit menu and from the context menu on right-click.
So, I don’t know what has happened to your Unity. One thing that came to my mind is that maybe these shortcuts don’t work because you’ve switched the keyboard input to non-Latin letters, like Cyrillic letters. If that isn’t the reason, check what the main menu says is the shortcut for Edit->Copy, and if it isn’t Ctrl+C, open the Shortcuts window (Edit->Shortcuts) and check why the shortcut for Copy is not Ctrl+C. Maybe your shortcuts profile has changed to something else than the “Default” profile.
If that still isn’t the reason for the issue, see if you’ve installed any plugins recently that might be interfering with the shortcuts. Try uninstalling them to find out which one breaks the shortcuts.
Also, check whether the shortcuts are not working in the Inspector window, the standalone Si3 tabs, or maybe both of them. Check the Console output as well if you get any errors when copying or pasting.
So, let me know how this goes for you.
I pushed si3 to github, but my team didn’t receive it.
Turns out si3 had a .gitignore
inside its folder. removing that file made github share it properly.
Recently, F1 fails to open the correct doc page.
e.g. Quaternion.AxisAngle shows this:
https://docs.unity3d.com/ScriptReference/Quaternion.AxisAngle.html
instead of:
Also it fails to find the correct page for package docs like these:
https://docs.unity3d.com/Packages/com.unity.splines@2.1/api/UnityEngine.Splines.SplineAnimate.html