Month: February 2023

How to route in electron react app during production

How to route in electron react app during production

I am using electron 6.10.0 and using React.js. In my app, there is an add task option in menu, which creates a new window. Everything works fine during development, but during production this line causes problem. It loads index.html, through which it loads index.js and which renders router.js. This is the code in Router.js. Mainwindow …

How to route in electron react app during production Read More »

AnimationEvent Unity

AnimationEvent has no function name specsified in Unity editor

Animation plays fine but everytime it plays in console have message “AnimationEvent has no function name specified”. What does it mean? FYI: AnimationEvent are handy for running some code. If you script and create a method, you make it public, but this may not be necessary. You can create one of these events in the …

AnimationEvent has no function name specsified in Unity editor Read More »